public class PlainTextReportConfig extends AbstractReportConfig
| Constructor and Description |
|---|
PlainTextReportConfig() |
PlainTextReportConfig(java.lang.String... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
additionalConfigOptions(java.util.List<ConfigOption> configOptions)
This is used to create new
ConfigOption for the AbstractReportConfig by appending them to the list |
void |
useConfigMap(java.util.Map<java.lang.String,java.lang.Object> configMap)
Every flag should be defined except the optional ones without a default (like --help)
|
getExcludeEmptyScenarios, getReportModel, getSourceDir, getTargetDir, getTitle, printUsageAndExit, setExcludeEmptyScenarios, setSourceDir, setTargetDir, setTitlepublic PlainTextReportConfig(java.lang.String... args)
public PlainTextReportConfig()
public void useConfigMap(java.util.Map<java.lang.String,java.lang.Object> configMap)
AbstractReportConfiguseConfigMap in class AbstractReportConfigconfigMap - the config map with a mapping of Strings to castable objectspublic void additionalConfigOptions(java.util.List<ConfigOption> configOptions)
AbstractReportConfigConfigOption for the AbstractReportConfig by appending them to the listadditionalConfigOptions in class AbstractReportConfigconfigOptions - config options list, add new options here