Uses of Interface
org.jline.console.Printer
Packages that use Printer
-
Uses of Printer in org.jline.console.impl
Classes in org.jline.console.impl that implement PrinterModifier and TypeClassDescriptionclass
Default implementation of the Printer interface that provides syntax highlighting and formatting.Constructors in org.jline.console.impl with parameters of type PrinterModifierConstructorDescriptionConsoleEngineImpl
(Set<ConsoleEngineImpl.Command> commands, ScriptEngine engine, Printer printer, Supplier<Path> workDir, org.jline.builtins.ConfigurationPath configPath) ConsoleEngineImpl
(ScriptEngine engine, Printer printer, Supplier<Path> workDir, org.jline.builtins.ConfigurationPath configPath)