Uses of Interface
org.osm2world.console.CLIArguments

Packages that use CLIArguments
org.osm2world.console command line interface for OSM2World. 
 

Uses of CLIArguments in org.osm2world.console
 

Methods in org.osm2world.console that return CLIArguments
 CLIArguments CLIArgumentsGroup.getRepresentative()
           
 

Methods in org.osm2world.console that return types with arguments of type CLIArguments
 List<CLIArguments> CLIArgumentsGroup.getCLIArgumentsList()
           
 

Methods in org.osm2world.console with parameters of type CLIArguments
 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)
           
 

Constructors in org.osm2world.console with parameters of type CLIArguments
CLIArgumentsGroup(CLIArguments representative)