org.xith3d.utility.commandline
Class XithArgumentsRegistry

java.lang.Object
  extended by org.xith3d.utility.commandline.XithArgumentsRegistry

public class XithArgumentsRegistry
extends java.lang.Object

Provides a static method, that fills all the standard arguments into an ArgumentsRegistry.


Method Summary
static void addStandardArguments(org.jagatoo.commandline.ArgumentsRegistry argReg)
          Fills all the standard arguments into an ArgumentsRegistry.
static org.jagatoo.commandline.ArgumentsRegistry createStandardArgumentsRegistry()
          Creates a new ArgumentsRegistry and fills all the standard arguments into it.
static void dumpHelpForStandardArguments()
          Dumps the valid arguments with descriptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addStandardArguments

public static void addStandardArguments(org.jagatoo.commandline.ArgumentsRegistry argReg)
Fills all the standard arguments into an ArgumentsRegistry.

Parameters:
argReg -

createStandardArgumentsRegistry

public static org.jagatoo.commandline.ArgumentsRegistry createStandardArgumentsRegistry()
Creates a new ArgumentsRegistry and fills all the standard arguments into it.

Returns:
the filled ArgumentsRegistry.

dumpHelpForStandardArguments

public static void dumpHelpForStandardArguments()
Dumps the valid arguments with descriptions.

See Also:
ArgumentsRegistry.dump()