Package com.puppycrawl.tools.checkstyle
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 Summary
Fields Modifier and Type Field Description private File
inputFile
The command line positional parameter to specify the input file.private File
outputFile
The command line option to specify the output file.
-
Constructor Summary
Constructors Modifier Constructor Description private
CliOptions()
-
-
-
Field Detail
-
outputFile
private File outputFile
The command line option to specify the output file.
-
-
Constructor Detail
-
CliOptions
private CliOptions()
-
-