FreeHEP API
Version current

Package org.freehep.util.argv

Interface Summary
Option Interface for options that may be registered and parsed by the ArgumentParser.
Parameter Interface for parameters that may be registered and parsed by the ArgumentParser.
 

Class Summary
ArgumentParser A parser for processing command line arguments.
BooleanOption A Boolean option for use with ArgumentParser.
DoubleOption  
DoubleParameter  
IntOption  
IntParameter  
ListParameter A List parameter for use with ArgumentParser.
MultiStringOption A Multiple String option for use with ArgumentParser.
NumberOption A Number option for use with ArgumentParser.
NumberParameter A Number Parameter for use with ArgumentParser.
PairOption A Pair option for use with ArgumentParser.
StringOption A String option for use with ArgumentParser.
StringParameter A String parameter for use with ArgumentParser.
 

Exception Summary
ArgumentFormatException  
BailOutException Exception to handle options such as -version or -help which need to bail out from the parsing loop.
MissingArgumentException  
 


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.