|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.cli.CommandLineParser
public class CommandLineParser
Parses command line arguments into a form that can be consumed by the rest of the application.
Constructor Summary | |
---|---|
CommandLineParser()
Creates a new instance. |
Method Summary | |
---|---|
java.util.logging.Level |
getLogLevel()
The level of logging required. |
java.util.List<java.lang.String> |
getPlugins()
Returns the plugins to be loaded. |
java.util.List<TaskConfiguration> |
getTaskInfoList()
The list of task information objects. |
void |
parse(java.lang.String[] programArgs)
Parses the command line arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandLineParser()
Method Detail |
---|
public void parse(java.lang.String[] programArgs)
programArgs
- The arguments.public java.util.List<TaskConfiguration> getTaskInfoList()
public java.util.logging.Level getLogLevel()
public java.util.List<java.lang.String> getPlugins()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |