- callWidget(String) - Method in class org.jline.widget.Widgets
-
Call widget.
- cleanUp() - Method in class org.jline.console.impl.SystemRegistryImpl
-
- cleanUp() - Method in interface org.jline.console.SystemRegistry
-
Delete temporary console variables and reset output streams
- clearDescription() - Method in class org.jline.widget.Widgets
-
Clears terminal status bar
- clearTailTip() - Method in class org.jline.widget.Widgets
-
Clears command line tail tip
- close() - Method in class org.jline.console.impl.SystemRegistryImpl
-
- close() - Method in interface org.jline.console.SystemRegistry
-
Orderly close SystemRegistry.
- CmdDesc - Class in org.jline.console
-
- CmdDesc() - Constructor for class org.jline.console.CmdDesc
-
- CmdDesc(boolean) - Constructor for class org.jline.console.CmdDesc
-
- CmdDesc(List<ArgDesc>) - Constructor for class org.jline.console.CmdDesc
-
- CmdDesc(List<ArgDesc>, Map<String, List<AttributedString>>) - Constructor for class org.jline.console.CmdDesc
-
- CmdDesc(List<AttributedString>, List<ArgDesc>, Map<String, List<AttributedString>>) - Constructor for class org.jline.console.CmdDesc
-
- CmdLine - Class in org.jline.console
-
- CmdLine(String, String, String, List<String>, CmdLine.DescriptionType) - Constructor for class org.jline.console.CmdLine
-
CmdLine class constructor.
- CmdLine.DescriptionType - Enum in org.jline.console
-
- COLUMNS - Static variable in interface org.jline.console.Printer
-
Value: List<String>
Applies: TABLE
Display given columns on table.
- COLUMNS_IN - Static variable in interface org.jline.console.Printer
-
Value: List<String>
Applies: TABLE
These map values will be added to the table before all the other keys.
- COLUMNS_OUT - Static variable in interface org.jline.console.Printer
-
Value: List<String>
Applies: TABLE
These map values will not be inserted to the table.
- command() - Method in class org.jline.console.CommandInput
-
- command() - Method in class org.jline.console.impl.SystemRegistryImpl.CommandData
-
- commandAliases() - Method in interface org.jline.console.CommandRegistry
-
Returns a map of alias-to-command names known by this registry.
- commandAliases() - Method in class org.jline.console.impl.AbstractCommandRegistry
-
- commandAliases() - Method in class org.jline.console.impl.SystemRegistryImpl
-
- CommandData(SystemRegistryImpl.ArgsParser, boolean, String, String, File, boolean, String) - Constructor for class org.jline.console.impl.SystemRegistryImpl.CommandData
-
- commandDescription(List<String>) - Method in interface org.jline.console.CommandRegistry
-
Returns a command description for use in the JLine Widgets framework.
- commandDescription(List<String>) - Method in class org.jline.console.impl.JlineCommandRegistry
-
- commandDescription(List<String>) - Method in class org.jline.console.impl.SystemRegistryImpl
-
- commandDescription(CmdLine) - Method in class org.jline.console.impl.SystemRegistryImpl
-
- commandDescription(CmdLine) - Method in interface org.jline.console.SystemRegistry
-
Returns a command, method or syntax description for use in the JLine Widgets framework.
- commandInfo(String) - Method in interface org.jline.console.CommandRegistry
-
Returns a short info about command known by this registry.
- commandInfo(String) - Method in class org.jline.console.impl.JlineCommandRegistry
-
- commandInfo(String) - Method in class org.jline.console.impl.SystemRegistryImpl
-
- CommandInput - Class in org.jline.console
-
- CommandInput(String, Object[], CommandRegistry.CommandSession) - Constructor for class org.jline.console.CommandInput
-
- CommandInput(String, Object[], Terminal, InputStream, PrintStream, PrintStream) - Constructor for class org.jline.console.CommandInput
-
- CommandMethods - Class in org.jline.console
-
- CommandMethods(Function<CommandInput, ?>, Function<String, List<Completer>>) - Constructor for class org.jline.console.CommandMethods
-
- CommandMethods(Consumer<CommandInput>, Function<String, List<Completer>>) - Constructor for class org.jline.console.CommandMethods
-
- commandNames() - Method in interface org.jline.console.CommandRegistry
-
Returns the command names known by this registry.
- commandNames() - Method in class org.jline.console.impl.AbstractCommandRegistry
-
- commandNames() - Method in class org.jline.console.impl.SystemRegistryImpl
-
- commandOptions(String) - Method in class org.jline.console.impl.JlineCommandRegistry
-
- CommandRegistry - Interface in org.jline.console
-
Store command information, compile tab completers and execute registered commands.
- CommandRegistry.CommandSession - Class in org.jline.console
-
- CommandSession() - Constructor for class org.jline.console.CommandRegistry.CommandSession
-
- CommandSession(Terminal) - Constructor for class org.jline.console.CommandRegistry.CommandSession
-
- CommandSession(Terminal, InputStream, PrintStream, PrintStream) - Constructor for class org.jline.console.CommandRegistry.CommandSession
-
- compileCommandDescription(String) - Static method in class org.jline.console.impl.JlineCommandRegistry
-
- compileCommandInfo(String) - Static method in class org.jline.console.impl.JlineCommandRegistry
-
- compileCommandOptions(String) - Static method in class org.jline.console.impl.JlineCommandRegistry
-
- compileCompleter() - Method in class org.jline.console.CommandMethods
-
- compileCompleters(CommandRegistry...) - Static method in interface org.jline.console.CommandRegistry
-
Aggregate and compile SystemCompleters of commandRegisteries
- compileCompleters() - Method in interface org.jline.console.CommandRegistry
-
Returns a SystemCompleter that can provide detailed completion
information for all registered commands.
- compileCompleters() - Method in class org.jline.console.impl.AbstractCommandRegistry
-
- compileCompleters() - Method in class org.jline.console.impl.SystemRegistryImpl
-
- compileOptions(Options) - Method in class org.jline.console.impl.DefaultPrinter
-
- completer() - Method in class org.jline.console.impl.SystemRegistryImpl
-
- completer() - Method in interface org.jline.console.SystemRegistry
-
Returns command completer that includes also console variable and script completion.
- ConsoleEngine - Interface in org.jline.console
-
Manage console variables, commands and script executions.
- ConsoleEngine.ExecutionResult - Class in org.jline.console
-
- ConsoleEngine.WidgetCreator - Class in org.jline.console
-
- ConsoleEngineImpl - Class in org.jline.console.impl
-
Manage console variables, commands and script execution.
- ConsoleEngineImpl(ScriptEngine, Printer, Supplier<Path>, ConfigurationPath) - Constructor for class org.jline.console.impl.ConsoleEngineImpl
-
- ConsoleEngineImpl(Set<ConsoleEngineImpl.Command>, ScriptEngine, Printer, Supplier<Path>, ConfigurationPath) - Constructor for class org.jline.console.impl.ConsoleEngineImpl
-
- ConsoleEngineImpl.Command - Enum in org.jline.console.impl
-
- consoleOption(String, T) - Method in interface org.jline.console.ConsoleEngine
-
Read console option value
- consoleOption(String, T) - Method in class org.jline.console.impl.ConsoleEngineImpl
-
- consoleOption(String) - Method in class org.jline.console.impl.SystemRegistryImpl
-
- consoleOption(String) - Method in interface org.jline.console.SystemRegistry
-
Return console option value
- currChar() - Method in class org.jline.widget.Widgets
-
- VALUE_STYLE - Static variable in interface org.jline.console.Printer
-
Value: String
Applies: MAP and TABLE
Nanorc syntax style used to highlight values.
- valueOf(String) - Static method in enum org.jline.console.CmdLine.DescriptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.console.impl.Builtins.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.console.impl.ConsoleEngineImpl.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.console.impl.SystemRegistryImpl.Pipe
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jline.widget.TailTipWidgets.TipType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jline.console.CmdLine.DescriptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.console.impl.Builtins.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.console.impl.ConsoleEngineImpl.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.console.impl.SystemRegistryImpl.Pipe
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jline.widget.TailTipWidgets.TipType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variable() - Method in class org.jline.console.impl.SystemRegistryImpl.CommandData
-