Uses of Interface
net.hydromatic.morel.Shell.Config
Packages that use Shell.Config
-
Uses of Shell.Config in net.hydromatic.morel
Classes in net.hydromatic.morel that implement Shell.ConfigFields in net.hydromatic.morel declared as Shell.ConfigMethods in net.hydromatic.morel that return Shell.ConfigModifier and TypeMethodDescriptionstatic Shell.ConfigShell.parse(Shell.Config config, List<String> argList) Parses an argument list to an equivalent Config.Shell.Config.withBanner(boolean banner) Shell.Config.withDirectory(File directory) Shell.Config.withDumb(boolean dumb) Shell.Config.withEcho(boolean echo) Shell.Config.withHelp(boolean help) Shell.Config.withMaxUseDepth(int maxUseDepth) Shell.Config.withPauseFn(Runnable runnable) Shell.ConfigImpl.withPauseFn(Runnable pauseFn) Shell.Config.withSystem(boolean system) Shell.Config.withValueMap(Map<String, ForeignValue> valueMap) Methods in net.hydromatic.morel with parameters of type Shell.ConfigModifier and TypeMethodDescriptionstatic ShellShell.create(Shell.Config config, InputStream in, OutputStream out) Creates a Shell.static Shell.ConfigShell.parse(Shell.Config config, List<String> argList) Parses an argument list to an equivalent Config.Constructors in net.hydromatic.morel with parameters of type Shell.ConfigModifierConstructorDescriptionShell(Shell.Config config, org.jline.terminal.Terminal terminal) Creates a Shell.