Package net.hydromatic.morel
Interface Shell.Config
- All Known Implementing Classes:
Shell.ConfigImpl
- Enclosing class:
Shell
public static interface Shell.Config
Shell configuration.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionwithBanner(boolean banner) withDirectory(File directory) withDumb(boolean dumb) withEcho(boolean echo) withHelp(boolean help) withMaxUseDepth(int maxUseDepth) withPauseFn(Runnable runnable) withSystem(boolean system) withValueMap(Map<String, ForeignValue> valueMap)
-
Field Details
-
DEFAULT
-
-
Method Details
-
withBanner
-
withDumb
-
withSystem
-
withEcho
-
withHelp
-
withValueMap
-
withDirectory
-
withPauseFn
-
withMaxUseDepth
-