Class Main.CliOptions

  • Enclosing class:
    Main

    private static class Main.CliOptions
    extends java.lang.Object
    Helper structure to clear show what is required for Checker to run.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String configLocation
      Config file location.
      private boolean executeIgnoredModules
      Switch whether to execute ignored modules or not.
      private java.util.List<java.io.File> files
      List of file to validate.
      private java.lang.String format
      Output format.
      private java.lang.String outputLocation
      Output file location.
      private java.lang.String propertiesLocation
      Properties file location.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CliOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • propertiesLocation

        private java.lang.String propertiesLocation
        Properties file location.
      • configLocation

        private java.lang.String configLocation
        Config file location.
      • format

        private java.lang.String format
        Output format.
      • outputLocation

        private java.lang.String outputLocation
        Output file location.
      • files

        private java.util.List<java.io.File> files
        List of file to validate.
      • executeIgnoredModules

        private boolean executeIgnoredModules
        Switch whether to execute ignored modules or not.
    • Constructor Detail

      • CliOptions

        private CliOptions()