Class JavadocPropertiesGenerator.CliOptions

java.lang.Object
com.puppycrawl.tools.checkstyle.JavadocPropertiesGenerator.CliOptions
Enclosing class:
JavadocPropertiesGenerator

private static final class JavadocPropertiesGenerator.CliOptions extends Object
Helper class encapsulating the command line options and positional parameters.
  • Field Details

    • outputFile

      private File outputFile
      The command line option to specify the output file.
    • inputFile

      private File inputFile
      The command line positional parameter to specify the input file.
  • Constructor Details