Package org.jboss.as.cli
Class ArgumentValueConverter.DMRWithFallbackConverter
- java.lang.Object
-
- org.jboss.as.cli.ArgumentValueConverter.DMRWithFallbackConverter
-
- All Implemented Interfaces:
ArgumentValueConverter
- Direct Known Subclasses:
HeadersArgumentValueConverter
- Enclosing interface:
- ArgumentValueConverter
public abstract static class ArgumentValueConverter.DMRWithFallbackConverter extends Object implements ArgumentValueConverter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.cli.ArgumentValueConverter
ArgumentValueConverter.DMRWithFallbackConverter
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.cli.ArgumentValueConverter
DEFAULT, LIST, NON_OBJECT, PROPERTIES
-
-
Constructor Summary
Constructors Constructor Description DMRWithFallbackConverter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.jboss.dmr.ModelNodefromNonDMRString(CommandContext ctx, String value)org.jboss.dmr.ModelNodefromString(CommandContext ctx, String value)
-
-
-
Method Detail
-
fromString
public org.jboss.dmr.ModelNode fromString(CommandContext ctx, String value) throws CommandFormatException
- Specified by:
fromStringin interfaceArgumentValueConverter- Throws:
CommandFormatException
-
fromNonDMRString
protected abstract org.jboss.dmr.ModelNode fromNonDMRString(CommandContext ctx, String value) throws CommandFormatException
- Throws:
CommandFormatException
-
-