org.xith3d.utility.commandline
Class XithArgumentsHandler
java.lang.Object
org.jagatoo.commandline.ArgumentsHandler
org.xith3d.utility.commandline.XithArgumentsHandler
public class XithArgumentsHandler
- extends org.jagatoo.commandline.ArgumentsHandler
This is an ArgumentsHandler, that handles Xith3D arguments.
| Methods inherited from class org.jagatoo.commandline.ArgumentsHandler |
onError |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XithArgumentsHandler
public XithArgumentsHandler()
getArguments
public final BasicApplicationArguments getArguments()
- Gets the arguments capsule.
- Returns:
- the arguments capsule.
helpRequested
public final boolean helpRequested()
handleArgument
protected void handleArgument(org.jagatoo.commandline.Argument arg,
java.lang.Object value)
-
- Specified by:
handleArgument in class org.jagatoo.commandline.ArgumentsHandler
validate
protected void validate()
throws org.jagatoo.commandline.CommandlineParsingException
-
- Specified by:
validate in class org.jagatoo.commandline.ArgumentsHandler
- Throws:
org.jagatoo.commandline.CommandlineParsingException