Uses of Class
org.dellroad.javabox.Config.Builder
-
Uses of Config.Builder in org.dellroad.javabox
Methods in org.dellroad.javabox that return Config.BuilderModifier and TypeMethodDescriptionstatic Config.BuilderConfig.builder()Create a newConfig.Builder.Config.Builder.withControl(Control control) Config.Builder.withControls(List<Control> controls) Configure the list ofControls.Config.Builder.withDelegateLoader(ClassLoader delegateLoader) Configure theClassLoaderto be used as the delegate loader of the loader that loads the classes generated for applied scripts.Config.Builder.withJShellBuilder(JShell.Builder jshellBuilder) Provide a customJShell.Builderto be used to create theJShellinstance.Config.Builder.withJShellMods(Consumer<? super JShell.Builder> configurer) Apply a modification to theJShell.Builderthat will be used to create theJShellinstance.