Package org.jboss.as.cli.handlers.ifelse
Class StringValueOperand
- java.lang.Object
-
- org.jboss.as.cli.handlers.ifelse.StringValueOperand
-
-
Constructor Summary
Constructors Constructor Description StringValueOperand(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectresolveValue(CommandContext ctx, org.jboss.dmr.ModelNode response)StringtoString()
-
-
-
Constructor Detail
-
StringValueOperand
public StringValueOperand(String value)
-
-
Method Detail
-
resolveValue
public Object resolveValue(CommandContext ctx, org.jboss.dmr.ModelNode response) throws CommandLineException
- Specified by:
resolveValuein interfaceOperand- Throws:
CommandLineException
-
-