| Package | Description |
|---|---|
| de.westemeyer.plugins.multiselect | |
| de.westemeyer.plugins.multiselect.parser |
| Modifier and Type | Method and Description |
|---|---|
MultiselectDecisionTree |
MultiselectParameterDefinition.getDecisionTree()
Get decision tree object containing all possible variable combinations.
|
static MultiselectDecisionTree |
MultiselectDecisionTree.parse(String csvInput)
Convenience method for parameterized unit tests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiselectParameterDefinition.setDecisionTree(MultiselectDecisionTree decisionTree)
Set decision tree object containing all possible variable combinations.
|
| Constructor and Description |
|---|
MultiselectParameterDefinition(String name,
String description,
MultiselectDecisionTree decisionTree,
MultiselectConfigurationFormat format)
Create new parameter definition object.
|
| Modifier and Type | Method and Description |
|---|---|
MultiselectDecisionTree |
ConfigParser.analyzeConfiguration(InputStream config)
Analyse configuration and transform it into config tree.
|
MultiselectDecisionTree |
CsvParser.analyzeConfiguration(InputStream config)
Analyze configuration string and transform it into a tree representation of values.
|
MultiselectDecisionTree |
MultiselectParameterParser.parseConfiguration(String input)
Parse configuration string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CsvWriter.serialize(MultiselectDecisionTree decisionTree,
OutputStream outputStream)
Serialize a variable content tree as CSV text.
|
void |
ConfigSerialization.serialize(MultiselectDecisionTree decisionTree,
OutputStream outputStream)
Method is called by writing operation to write the job configuration to an output stream.
|
Copyright © 2016–2020. All rights reserved.