public class Options extends Object implements DebuggableWithTitle
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOption(String name,
String value) |
void |
addOptions(String name,
Options options) |
void |
copy(Options options) |
void |
debugData(DebugBuilder debug)
Debug details describing the object being investigated
|
String |
debugTitle()
The title for the debug information
|
int |
getInteger(String name,
int defaultValue) |
Options |
getOptions(String name) |
String |
getString(String name) |
String |
getString(String name,
String defaultValue) |
boolean |
isOptions(String name) |
Iterator<String> |
names() |
public Options()
public void addOptions(String name, Options options)
public int getInteger(String name, int defaultValue)
public Options getOptions(String name)
public String debugTitle()
DebuggableWithTitledebugTitle in interface DebuggableWithTitlepublic void debugData(DebugBuilder debug)
DebuggabledebugData in interface DebuggableCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.