public class CommandLineArgs
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
exportPreferencesFile |
boolean |
flushLicensed |
boolean |
flushPreferences |
java.lang.String |
importPreferencesFile |
java.lang.String |
logbackConfig |
boolean |
printBuildTimestamp |
boolean |
showHelp |
boolean |
verbose |
| Constructor and Description |
|---|
CommandLineArgs() |
public boolean verbose
public java.lang.String logbackConfig
public boolean showHelp
public boolean flushPreferences
public boolean flushLicensed
public java.lang.String exportPreferencesFile
public java.lang.String importPreferencesFile
public boolean printBuildTimestamp