|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.CommandLineInterface
public class CommandLineInterface
A class that handles the parameters provided by the user through the command line. The actual parsing is done by Apache's CLI: http://commons.apache.org/cli/
Constructor Summary | |
---|---|
CommandLineInterface(java.lang.String... parameters)
Creates a CommandLineInterface with the provided parameters |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandLineInterface(java.lang.String... parameters) throws java.lang.Exception
parameters
- the parameters to be parsed
java.lang.Exception
- when there are invalid parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |