Uses of Interface
net.hydromatic.morel.Shell.Config
-
Packages that use Shell.Config Package Description net.hydromatic.morel Standard ML interpreter, implemented in Java. -
-
Uses of Shell.Config in net.hydromatic.morel
Classes in net.hydromatic.morel that implement Shell.Config Modifier and Type Class Description private static classShell.ConfigImplImplementation ofShell.Config.Fields in net.hydromatic.morel declared as Shell.Config Modifier and Type Field Description static Shell.ConfigShell.Config. DEFAULTMethods in net.hydromatic.morel that return Shell.Config Modifier and Type Method Description static Shell.ConfigShell. parse(Shell.Config config, List<String> argList)Parses an argument list to an equivalent Config.Shell.ConfigShell.Config. withBanner(boolean banner)Shell.ConfigShell.Config. withDirectory(File directory)Shell.ConfigShell.Config. withDumb(boolean dumb)Shell.ConfigShell.Config. withEcho(boolean echo)Shell.ConfigShell.Config. withHelp(boolean help)Shell.ConfigShell.Config. withMaxUseDepth(int maxUseDepth)Shell.ConfigShell.Config. withPauseFn(Runnable runnable)Shell.ConfigShell.ConfigImpl. withPauseFn(Runnable pauseFn)Shell.ConfigShell.Config. withSystem(boolean system)Shell.ConfigShell.Config. withValueMap(Map<String,ForeignValue> valueMap)Methods in net.hydromatic.morel with parameters of type Shell.Config Modifier and Type Method Description static 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.Config Constructor Description Shell(Shell.Config config, org.jline.terminal.Terminal terminal)Creates a Shell.
-