public class ClassifierOption extends Object
ClassifierAssignment
.
Example:
"-multipleArgsOption test 6"
will be represented by:
name: "multipleArgsOption"
arguments: {"test", "6"}
Constructor and Description |
---|
ClassifierOption(String name,
List<String> arguments)
Create a new
ClassifierOption with the passed option name an argument list. |
Modifier and Type | Method and Description |
---|---|
List<String> |
getArguments()
Returns a list of arguments of the option represented by this
ClassifierOption |
String |
getName()
Returns the name of the option represented by this
ClassifierOption |
public ClassifierOption(String name, List<String> arguments)
ClassifierOption
with the passed option name an argument list.name
- arguments
- public String getName()
ClassifierOption
public List<String> getArguments()
ClassifierOption
@enterprise 10.0.39123 Copyright © FREQUENTIS AG. All Rights Reserved.