Package | Description |
---|---|
org.apache.jdo.impl.enhancer |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
OptionSet.register(OptionSet.Option option)
Registers an option with the set.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.