Class IpGuard.Mode
java.lang.Object
de.gustavblass.nginx.ipguard4j.cli.IpGuard.Mode
- Enclosing class:
IpGuard
Contains the different quasi-subcommands that are available to users.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IpGuard.ConfigurationModeRunsIpGuardwith the given configuration file.private booleanprivate booleanprivate boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
configurationMode
RunsIpGuardwith the given configuration file. -
printYamlSchema
private boolean printYamlSchema -
printJsonSchema
private boolean printJsonSchema -
printExampleConfiguration
private boolean printExampleConfiguration
-
-
Constructor Details
-
Mode
private Mode()
-
-
Method Details
-
getConfigurationMode
- Returns:
- The
configurationMode.
-