Uses of Class
org.apache.jdo.impl.enhancer.OptionSet.Option

Packages that use OptionSet.Option
org.apache.jdo.impl.enhancer   
 

Uses of OptionSet.Option in org.apache.jdo.impl.enhancer
 

Subclasses of OptionSet.Option in org.apache.jdo.impl.enhancer
static class OptionSet.FlagOption
          An option representing a boolean flag.
static class OptionSet.HelpOption
          An option that always causes a USAGE_ERROR when parsed (used for '-h|--help' kind of options).
static class OptionSet.IntOption
          An option representing a int value.
static class OptionSet.StringOption
          An option representing a String value.
 

Methods in org.apache.jdo.impl.enhancer with parameters of type OptionSet.Option
 void OptionSet.register(OptionSet.Option option)
          Registers an option with the set.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.