Class com.symantec.itools.frameworks.application.commandline.CharOption
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.symantec.itools.frameworks.application.commandline.CharOption
Object
   |
   +----Option
           |
           +----SingleOption
                   |
                   +----com.symantec.itools.frameworks.application.commandline.CharOption
  -  public abstract class CharOption
  
-  extends SingleOption
  
  -  Version:
  
 -  1.0
  
 -  Author:
  
 -  Symantec Internet Tools Division
  
 -  Since:
  
 -  VCafe 3.0
 
  
  -  
	com.symantec.itools.frameworks.application.commandline.CharOption()
   -    
 -  
	com.symantec.itools.frameworks.application.commandline.CharOption(String[])
   -  
 
  
  -  
	getChar(String[], int)
   -   
 
  
CharOption
protected CharOption()
CharOption
protected CharOption(String[] flags)
  
getChar
protected char getChar(String[] args,
                       int startIndex) throws MissingArgumentsException
  -  
  
 
 
    -  Parameters:
    
 -  args - TODO
    
-  startIndex - TODO
    
  -  Throws: MissingArgumentsException
    
 -  
  
 -  Since:
  
 -  VCafe 3.0
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index