Uses of Interface
jdk.jshell.tool.JavaShellToolBuilder
Package
Description
Provides a mechanism to launch an instance of a Java shell tool.
-
Uses of JavaShellToolBuilder in jdk.jshell.tool
Modifier and TypeMethodDescriptionstatic JavaShellToolBuilder
JavaShellToolBuilder.builder()
Create a builder for launching the JDK jshell tool.Set the source for environment variables.JavaShellToolBuilder.err(PrintStream error)
Set the error channels.JavaShellToolBuilder.err(PrintStream cmdErr, PrintStream userErr)
Set the error channels.JavaShellToolBuilder.in(InputStream cmdIn, InputStream userIn)
Set the input channels.Set the locale.JavaShellToolBuilder.out(PrintStream output)
Set the output channels.JavaShellToolBuilder.out(PrintStream cmdOut, PrintStream console, PrintStream userOut)
Set the output channels.JavaShellToolBuilder.persistence(Map<String,String> prefsMap)
Set the storage mechanism for persistent information which includes input history and retained settings.JavaShellToolBuilder.persistence(Preferences prefs)
Set the storage mechanism for persistent information which includes input history and retained settings.JavaShellToolBuilder.promptCapture(boolean capture)
Set to enable a command capturing prompt override.