Uses of Interface
org.freehep.util.argv.Option

Uses of Option in org.freehep.util.argv
 

Classes in org.freehep.util.argv that implement Option
 class BooleanOption
          A Boolean option for use with ArgumentParser.
 class DoubleOption
           
 class IntOption
           
 class MultiStringOption
          A Multiple String option for use with ArgumentParser.
 class NumberOption
          A Number option for use with ArgumentParser.
 class PairOption
          A Pair option for use with ArgumentParser.
 class StringOption
          A String option for use with ArgumentParser.
 

Methods in org.freehep.util.argv with parameters of type Option
 void ArgumentParser.add(Option opt)
          Add a new option to be taken into consideration during the next parse.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.