Package org.jboss.as.cli.parsing
Class OperatorState
- java.lang.Object
-
- org.jboss.as.cli.parsing.OperatorState
-
public class OperatorState extends Object
Operator parsing state. The operators are parsed although they are not used Aesh runtime parses operators to initialize execution context. Everything that follow the operator is parsed to resolve variables, eg: ls -l > $myfileVar or version | grep $var- Author:
- jfdenise
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperatorState.OpState
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterEnterStates(DefaultParsingState state)static voidregisterLeaveHandlers(DefaultParsingState state)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
registerEnterStates
public static void registerEnterStates(DefaultParsingState state)
-
registerLeaveHandlers
public static void registerLeaveHandlers(DefaultParsingState state)
-
-