| Package | Description |
|---|---|
| oracle.javatools.util |
Provides general utilities.
|
| Modifier and Type | Method and Description |
|---|---|
<T> CommandParser.Converter<T> |
CommandParser.getConverter(java.lang.Class<T> type)
Gets the converter defined for a type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandParser.defineConverter(CommandParser.Converter<?> converter)
Defines a converter for a type.
|