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