org.xith3d.utility.commandline
Class XithArgumentsHandler

java.lang.Object
  extended by org.jagatoo.commandline.ArgumentsHandler
      extended by org.xith3d.utility.commandline.XithArgumentsHandler

public class XithArgumentsHandler
extends org.jagatoo.commandline.ArgumentsHandler

This is an ArgumentsHandler, that handles Xith3D arguments.


Constructor Summary
XithArgumentsHandler()
           
 
Method Summary
 BasicApplicationArguments getArguments()
          Gets the arguments capsule.
protected  void handleArgument(org.jagatoo.commandline.Argument arg, java.lang.Object value)
          
 boolean helpRequested()
           
protected  void validate()
          
 
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
 

Constructor Detail

XithArgumentsHandler

public XithArgumentsHandler()
Method Detail

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