Package | Description |
---|---|
org.osm2world.console |
command line interface for OSM2World.
|
Modifier and Type | Method and Description |
---|---|
CLIArguments |
CLIArgumentsGroup.getRepresentative() |
Modifier and Type | Method and Description |
---|---|
List<CLIArguments> |
CLIArgumentsGroup.getCLIArgumentsList() |
Modifier and Type | Method and Description |
---|---|
void |
CLIArgumentsGroup.addCLIArguments(CLIArguments cliArguments) |
static String |
CLIArgumentsUtil.getErrorString(CLIArguments args) |
static CLIArgumentsUtil.ProgramMode |
CLIArgumentsUtil.getProgramMode(CLIArguments args) |
boolean |
CLIArgumentsGroup.isCompatible(CLIArguments cliArguments)
checks whether a CLIArguments instance is compatible with this group
|
static boolean |
CLIArgumentsUtil.isValid(CLIArguments args) |
Constructor and Description |
---|
CLIArgumentsGroup(CLIArguments representative) |