Package org.jboss.as.cli.handlers.ifelse
Class NotEqualsOperation
- java.lang.Object
-
- org.jboss.as.cli.handlers.ifelse.NotEqualsOperation
-
- All Implemented Interfaces:
Comparable<Operation>,Operand,Operation
public class NotEqualsOperation extends Object
- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowsMoreArguments()protected booleancompare(Object left, Object right)intcompareTo(Operation o)StringgetName()List<Operand>getOperands()intgetPriority()ObjectresolveValue(CommandContext ctx, org.jboss.dmr.ModelNode response)StringtoString()
-
-
-
Method Detail
-
resolveValue
public Object resolveValue(CommandContext ctx, org.jboss.dmr.ModelNode response) throws CommandLineException
- Throws:
CommandLineException
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfaceOperation
-
getOperands
public List<Operand> getOperands()
- Specified by:
getOperandsin interfaceOperation
-
allowsMoreArguments
public boolean allowsMoreArguments()
-
compareTo
public int compareTo(Operation o)
- Specified by:
compareToin interfaceComparable<Operation>
-
-