Class IpGuard.Mode

java.lang.Object
de.gustavblass.nginx.ipguard4j.cli.IpGuard.Mode
Enclosing class:
IpGuard

private static class IpGuard.Mode extends Object

Contains the different quasi-subcommands that are available to users.

  • Field Details

    • configurationMode

      @Nullable private IpGuard.ConfigurationMode configurationMode
      Runs IpGuard with the given configuration file.
    • printYamlSchema

      private boolean printYamlSchema
    • printJsonSchema

      private boolean printJsonSchema
    • printExampleConfiguration

      private boolean printExampleConfiguration
  • Constructor Details

    • Mode

      private Mode()
  • Method Details