Class DefaultPathInputSpec
java.lang.Object
org.springframework.shell.component.flow.BaseInput<PathInputSpec>
org.springframework.shell.component.flow.BasePathInput
org.springframework.shell.component.flow.DefaultPathInputSpec
- All Implemented Interfaces:
org.springframework.core.Ordered
,BaseInputSpec<PathInputSpec>
,PathInputSpec
Default impl for
BasePathInput
.-
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.BasePathInput
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
-
DefaultPathInputSpec
-