Class DefaultConfirmationInputSpec
java.lang.Object
org.springframework.shell.component.flow.BaseInput<ConfirmationInputSpec>
org.springframework.shell.component.flow.BaseConfirmationInput
org.springframework.shell.component.flow.DefaultConfirmationInputSpec
- All Implemented Interfaces:
org.springframework.core.Ordered
,BaseInputSpec<ConfirmationInputSpec>
,ConfirmationInputSpec
Default impl for
BaseConfirmationInput
.-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.shell.component.flow.BaseConfirmationInput
and, defaultValue, getDefaultValue, getName, getNext, getPostHandlers, getPreHandlers, getRenderer, getResultMode, getResultValue, getTemplateLocation, getThis, isStoreResult, name, next, postHandler, preHandler, renderer, resultMode, resultValue, storeResult, template
Methods inherited from class org.springframework.shell.component.flow.BaseInput
getBuilder, getId, getOrder, order, setOrder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.shell.component.flow.BaseInputSpec
order
-
Constructor Details
-
DefaultConfirmationInputSpec
-