Class com.symantec.itools.frameworks.application.commandline.DoubleOption
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.symantec.itools.frameworks.application.commandline.DoubleOption
Object
   |
   +----Option
           |
           +----SingleOption
                   |
                   +----com.symantec.itools.frameworks.application.commandline.DoubleOption
  -  public abstract class DoubleOption
  
-  extends SingleOption
  
  -  Version:
  
 -  1.0
  
 -  Author:
  
 -  Symantec Internet Tools Division
  
 -  Since:
  
 -  VCafe 3.0
 
  
  -  
	com.symantec.itools.frameworks.application.commandline.DoubleOption()
   -    
 -  
	com.symantec.itools.frameworks.application.commandline.DoubleOption(String[])
   -  
 
  
  -  
	getDouble(String[], int)
   -   
 
  
DoubleOption
protected DoubleOption()
DoubleOption
protected DoubleOption(String[] flags)
  
getDouble
protected double getDouble(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