Package com.puppycrawl.tools.checkstyle
Class JavadocPropertiesGenerator.CliOptions
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.JavadocPropertiesGenerator.CliOptions
-
- Enclosing class:
- JavadocPropertiesGenerator
private static class JavadocPropertiesGenerator.CliOptions extends java.lang.Object
Helper class encapsulating the command line options and positional parameters.
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.FileinputFileThe command line positional parameter to specify the input file.private java.io.FileoutputFileThe command line option to specify the output file.
-
Constructor Summary
Constructors Modifier Constructor Description privateCliOptions()
-
-
-
Field Detail
-
outputFile
private java.io.File outputFile
The command line option to specify the output file.
-
inputFile
private java.io.File inputFile
The command line positional parameter to specify the input file.
-
-
Constructor Detail
-
CliOptions
private CliOptions()
-
-