crystalspace.jbind.impl.csutil.cmdhelp
Class csCommandLineHelper

java.lang.Object
  extended bycrystalspace.jbind.impl.csNativeObject
      extended bycrystalspace.jbind.impl.csutil.cmdhelp.csCommandLineHelper
All Implemented Interfaces:
iPointer

public abstract class csCommandLineHelper
extends csNativeObject

Author:
Quentin Anciaux

Field Summary
 
Fields inherited from class crystalspace.jbind.impl.csNativeObject
ImplFactory, nPointer
 
Constructor Summary
csCommandLineHelper(iPointer nPointer)
           
 
Method Summary
static boolean checkHelp(iObjectRegistry object_reg)
           
static boolean checkHelp(iObjectRegistry object_reg, iCommandLineParser cmdline)
           
static void help(iObjectRegistry object_reg)
           
static void help(iObjectRegistry object_reg, iCommandLineParser cmdline)
           
 
Methods inherited from class crystalspace.jbind.impl.csNativeObject
changePointer, equals, finalize, getPointer, getPointer, getPointerArray, hashCode, isMemoryOwner, isNativePointerValid, isNativePointerValidSafe, nDelete, newNativeObject, setMemoryOwner, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

csCommandLineHelper

public csCommandLineHelper(iPointer nPointer)
Method Detail

help

public static final void help(iObjectRegistry object_reg)

checkHelp

public static final boolean checkHelp(iObjectRegistry object_reg)

help

public static final void help(iObjectRegistry object_reg,
                              iCommandLineParser cmdline)

checkHelp

public static final boolean checkHelp(iObjectRegistry object_reg,
                                      iCommandLineParser cmdline)