11 #ifndef OJOS_AGENT_STATE_HPP
12 #define OJOS_AGENT_STATE_HPP
33 void setUserId(
const int);
34 void setGroupId(
const int);
36 bool isVerbosityDebug()
const;
37 bool doJsonOutput()
const;
38 bool doignoreFilesWithMimeType()
const;
39 int getUserId()
const;
40 int getGroupId()
const;
42 OjoCliOptions(
int verbosity,
bool json,
bool ignoreFilesWithMimeType);
55 void setAgentId(
const int agentId);
56 int getAgentId()
const;
Store the options sent through the CLI.
bool ignoreFilesWithMimeType
Store the state of the agent.
const OjoCliOptions cliOptions