private static class Main.CliOptions
extends java.lang.Object
Modifier and Type | Field and 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.
|
Modifier | Constructor and Description |
---|---|
private |
CliOptions() |
private java.lang.String propertiesLocation
private java.lang.String configLocation
private java.lang.String format
private java.lang.String outputLocation
private java.util.List<java.io.File> files
private boolean executeIgnoredModules