Package | Description |
---|---|
org.jboss.aesh.cl.converter | |
org.jboss.aesh.console.command.converter |
Modifier and Type | Interface and Description |
---|---|
interface |
Converter<T,C extends ConverterInvocation>
A Command line converter
All implementations must have a public constructor with no arguments.
|
Modifier and Type | Method and Description |
---|---|
File |
FileConverter.convert(ConverterInvocation input) |
Double |
DoubleConverter.convert(ConverterInvocation input) |
String |
StringConverter.convert(ConverterInvocation input) |
Boolean |
BooleanConverter.convert(ConverterInvocation input) |
Float |
FloatConverter.convert(ConverterInvocation input) |
Character |
CharacterConverter.convert(ConverterInvocation input) |
Object |
NullConverter.convert(ConverterInvocation input) |
Byte |
ByteConverter.convert(ConverterInvocation input) |
Resource |
FileResourceConverter.convert(ConverterInvocation converterInvocation) |
Short |
ShortConverter.convert(ConverterInvocation input) |
Integer |
IntegerConverter.convert(ConverterInvocation input) |
Long |
LongConverter.convert(ConverterInvocation input) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConverterInvocationProvider<T extends ConverterInvocation> |
Modifier and Type | Class and Description |
---|---|
class |
AeshConverterInvocation |
Modifier and Type | Method and Description |
---|---|
ConverterInvocation |
AeshConverterInvocationProvider.enhanceConverterInvocation(ConverterInvocation converterInvocation) |
Modifier and Type | Method and Description |
---|---|
ConverterInvocation |
AeshConverterInvocationProvider.enhanceConverterInvocation(ConverterInvocation converterInvocation) |
T |
ConverterInvocationProvider.enhanceConverterInvocation(ConverterInvocation converterInvocation) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.