console
Class SystemShellBuiltIn.Option

java.lang.Object
  extended by console.SystemShellBuiltIn.Option
Enclosing class:
SystemShellBuiltIn

public class SystemShellBuiltIn.Option
extends java.lang.Object


Field Summary
 java.lang.String longName
           
 char shortName
           
 boolean takesArgument
           
 
Constructor Summary
SystemShellBuiltIn.Option(char shortName, java.lang.String longName, boolean takesArgument)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shortName

public char shortName

longName

public java.lang.String longName

takesArgument

public boolean takesArgument
Constructor Detail

SystemShellBuiltIn.Option

public SystemShellBuiltIn.Option(char shortName,
                                 java.lang.String longName,
                                 boolean takesArgument)