org.osm2world.console
public class CLIArgumentsGroup extends Object
CLIArguments
that represent conversions
which can be performed at the same time
and are only distinguished by output format/parametersConstructor and Description |
---|
CLIArgumentsGroup(CLIArguments representative) |
Modifier and Type | Method and Description |
---|---|
void |
addCLIArguments(CLIArguments cliArguments) |
List<CLIArguments> |
getCLIArgumentsList() |
CLIArguments |
getRepresentative() |
boolean |
isCompatible(CLIArguments cliArguments)
checks whether a CLIArguments instance is compatible with this group
|
public CLIArgumentsGroup(CLIArguments representative)
representative
- the first member of the group.public void addCLIArguments(CLIArguments cliArguments)
public CLIArguments getRepresentative()
public List<CLIArguments> getCLIArgumentsList()
public boolean isCompatible(CLIArguments cliArguments)