-
- All Implemented Interfaces:
public class PropertyBasedReplConfiguration extends ReplConfiguration
-
-
Constructor Summary
Constructors Constructor Description PropertyBasedReplConfiguration(Properties props, List<String> defaultPlugins)
-
Method Summary
Modifier and Type Method Description <T extends Any> Tget(String key, Converter<T> converter)Unitset(String key, String value)List<String>list()Unitload()PlugingetPlugin(String klassName)Iterator<Plugin>plugins()-
Methods inherited from class org.jetbrains.kotlinx.ki.shell.configuration.ReplConfiguration
check, get, get, get, get, get, get, get, get1, getNullable, getNullable, getTouched, getWithConverter, getWithConverterNullable -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PropertyBasedReplConfiguration
PropertyBasedReplConfiguration(Properties props, List<String> defaultPlugins)
-
-
-
-