Package com.puppycrawl.tools.checkstyle
Class Main.CliOptions
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.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()
-
-
-
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.
-
-