Package org.jboss.as.cli.handlers.ifelse
Interface Operand
-
- All Known Subinterfaces:
Operation
- All Known Implementing Classes:
EqualsOperation,GreaterThanOperation,LesserThanOperation,MatchOperation,ModelNodePathOperand,NotEqualsOperation,NotGreaterThanOperation,NotLesserThanOperation,SameTypeOperation,StringValueOperand
public interface Operand- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectresolveValue(CommandContext ctx, org.jboss.dmr.ModelNode response)
-
-
-
Method Detail
-
resolveValue
Object resolveValue(CommandContext ctx, org.jboss.dmr.ModelNode response) throws CommandLineException
- Throws:
CommandLineException
-
-