public class EBCLIOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EBCLIOptions.Cmd |
static class |
EBCLIOptions.CmdType |
static class |
EBCLIOptions.LoggerConfig |
| Modifier and Type | Field and Description |
|---|---|
static String |
docoptFileName |
| Modifier and Type | Method and Description |
|---|---|
List<EBCLIOptions.Cmd> |
getCommands() |
String[] |
getCycleLogExporterOptions() |
String[] |
getCyclelogImportOptions() |
List<EBCLIOptions.LoggerConfig> |
getHistoLoggerConfigs() |
String |
getLogDirectory() |
int |
getMaxLogs() |
String |
getProgressSpec() |
String |
getSessionName() |
List<EBCLIOptions.LoggerConfig> |
getStatsLoggerConfigs() |
boolean |
wantsActivityTypes() |
boolean |
wantsAdvancedHelp() |
boolean |
wantsBasicHelp() |
ch.qos.logback.classic.Level |
wantsConsoleLogLevel() |
boolean |
wantsInputTypes() |
boolean |
wantsMarkerTypes() |
String |
wantsMetricsForActivity() |
String |
wantsMetricsPrefix() |
String |
wantsReportCsvTo() |
String |
wantsReportGraphiteTo() |
boolean |
wantsShowScript() |
boolean |
wantsToDumpCyclelog() |
boolean |
wantsToImportCycleLog() |
boolean |
wantsTopicalHelp() |
String |
wantsTopicalHelpFor() |
boolean |
wantsVersion() |
public static final String docoptFileName
public List<EBCLIOptions.LoggerConfig> getHistoLoggerConfigs()
public List<EBCLIOptions.LoggerConfig> getStatsLoggerConfigs()
public List<EBCLIOptions.Cmd> getCommands()
public boolean wantsShowScript()
public boolean wantsVersion()
public boolean wantsActivityTypes()
public boolean wantsTopicalHelp()
public String wantsTopicalHelpFor()
public boolean wantsBasicHelp()
public boolean wantsAdvancedHelp()
public String wantsReportGraphiteTo()
public String wantsMetricsPrefix()
public String wantsMetricsForActivity()
public String getSessionName()
public ch.qos.logback.classic.Level wantsConsoleLogLevel()
public String getProgressSpec()
public String wantsReportCsvTo()
public String getLogDirectory()
public int getMaxLogs()
public boolean wantsInputTypes()
public boolean wantsMarkerTypes()
public boolean wantsToDumpCyclelog()
public boolean wantsToImportCycleLog()
public String[] getCyclelogImportOptions()
public String[] getCycleLogExporterOptions()
Copyright © 2017. All rights reserved.