Class ComponentFlow.OrderedInputOperation
java.lang.Object
org.springframework.shell.jline.tui.component.flow.ComponentFlow.OrderedInputOperation
- All Implemented Interfaces:
org.springframework.core.Ordered
- Enclosing interface:
- ComponentFlow
public static class ComponentFlow.OrderedInputOperation
extends Object
implements org.springframework.core.Ordered
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringgetId()@Nullable Function<ComponentContext<?>,Optional<String>> getNext()@Nullable Function<ComponentContext<?>,ComponentContext<?>> intgetOrder()
-
Constructor Details
-
OrderedInputOperation
public OrderedInputOperation()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
getId
-
getOperation
-
getNext
-