Uses of Interface
org.jline.console.Printer
-
Packages that use Printer Package Description org.jline.console.impl -
-
Uses of Printer in org.jline.console.impl
Classes in org.jline.console.impl that implement Printer Modifier and Type Class Description class
DefaultPrinter
Default implementation of the Printer interface that provides syntax highlighting and formatting.Constructors in org.jline.console.impl with parameters of type Printer Constructor Description ConsoleEngineImpl(java.util.Set<ConsoleEngineImpl.Command> commands, ScriptEngine engine, Printer printer, java.util.function.Supplier<java.nio.file.Path> workDir, ConfigurationPath configPath)
ConsoleEngineImpl(ScriptEngine engine, Printer printer, java.util.function.Supplier<java.nio.file.Path> workDir, ConfigurationPath configPath)
-