Uses of Class
net.hydromatic.morel.Shell.ConfigImpl
-
Packages that use Shell.ConfigImpl Package Description net.hydromatic.morel Standard ML interpreter, implemented in Java. -
-
Uses of Shell.ConfigImpl in net.hydromatic.morel
Fields in net.hydromatic.morel declared as Shell.ConfigImpl Modifier and Type Field Description private Shell.ConfigImplShell. configMethods in net.hydromatic.morel that return Shell.ConfigImpl Modifier and Type Method Description Shell.ConfigImplShell.ConfigImpl. withBanner(boolean banner)Shell.ConfigImplShell.ConfigImpl. withDirectory(File directory)Shell.ConfigImplShell.ConfigImpl. withDumb(boolean dumb)Shell.ConfigImplShell.ConfigImpl. withEcho(boolean echo)Shell.ConfigImplShell.ConfigImpl. withHelp(boolean help)Shell.ConfigImplShell.ConfigImpl. withMaxUseDepth(int maxUseDepth)Shell.ConfigImplShell.ConfigImpl. withSystem(boolean system)Shell.ConfigImplShell.ConfigImpl. withValueMap(Map<String,ForeignValue> valueMap)
-