borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.util
ArgProcessor component
java.lang.Object
+----borland.jbcl.util.ArgProcessor
About the ArgProcessor component
Constructors Properties Methods
This component is used internally by other classes in the JBCL. You should never use this component directly.
ArgProcessor constructors
ArgProcessor properties
*Read-only properties **Write-only properties
Properties implemented in this class
ArgProcessor methods
Methods implemented in this class
ArgProcessor constructors
ArgProcessor()
public ArgProcessor()
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.
ArgProcessor properties
positionalArgCount
public int getPositionalArgCount()
This property is used internally by other classes in the JBCL. You should never use this property directly.
ArgProcessor methods
add(borland.jbcl.util.GenericArgType)
public void add(borland.jbcl.util.GenericArgType argt)
This method is used internally by other classes in the JBCL. You should never use this method directly.
getArg(java.lang.String)
protected GenericArgType getArg(java.lang.String argTarget)
This method is used internally by other classes in the JBCL. You should never use this method directly.
getPositionalArg(int)
public String getPositionalArg(int index)
This method is used internally by other classes in the JBCL. You should never use this method directly.
process(java.lang.String[])
public void process(java.lang.String[] args)
This method is used internally by other classes in the JBCL. You should never use this method directly.