Interface ComponentFlow
- All Known Implementing Classes:
ComponentFlow.DefaultComponentFlow
public interface ComponentFlow
Wizart providing an implementation which allows more polished way to ask various inputs
from a user using shell style components for simple text/path input, single select and
multi-select.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static interface
Interface for a wizard builder.static interface
Results from a flow run.static class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentFlow.Builder
builder()
Gets a new instance of an input wizard builder.run()
Run a wizard and returns a result from it.
-
Method Details
-
run
Run a wizard and returns a result from it.- Returns:
- the input wizard result
-
builder
Gets a new instance of an input wizard builder.- Returns:
- the input wizard builder
-