public abstract static class ArgumentValueConverter.DMRWithFallbackConverter extends Object implements ArgumentValueConverter
ArgumentValueConverter.DMRWithFallbackConverter
DEFAULT, LIST, PROPERTIES
Constructor and Description |
---|
ArgumentValueConverter.DMRWithFallbackConverter() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.jboss.dmr.ModelNode |
fromNonDMRString(CommandContext ctx,
String value) |
org.jboss.dmr.ModelNode |
fromString(CommandContext ctx,
String value) |
public ArgumentValueConverter.DMRWithFallbackConverter()
public org.jboss.dmr.ModelNode fromString(CommandContext ctx, String value) throws CommandFormatException
fromString
in interface ArgumentValueConverter
CommandFormatException
protected abstract org.jboss.dmr.ModelNode fromNonDMRString(CommandContext ctx, String value) throws CommandFormatException
CommandFormatException
Copyright © 2013 JBoss by Red Hat. All rights reserved.