- 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 command hint
- 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: MAP and TABLE
Display given keys/columns on map/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.
- commandHighlighter - Variable in class org.jline.console.impl.SystemHighlighter
-
- commandIndex - Variable in class org.jline.console.impl.SystemHighlighter
-
- 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.
- configPath - Variable in class org.jline.console.impl.SystemRegistryImpl
-
- ConsoleEngine - Interface in org.jline.console
-
Manage console variables, commands and script executions.
- consoleEngine() - Method in class org.jline.console.impl.SystemRegistryImpl
-
- 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, T) - Method in class org.jline.console.impl.SystemRegistryImpl
-
- consoleOption(String) - Method in interface org.jline.console.SystemRegistry
-
Return console option value
- consoleOption(String, T) - Method in interface org.jline.console.SystemRegistry
-
Return console option value
- currChar() - Method in class org.jline.widget.Widgets
-
Access lineReader's buffer and return its current character
- saveException(Exception) - Method in class org.jline.console.impl.AbstractCommandRegistry
-
- scriptCompleters() - Method in interface org.jline.console.ConsoleEngine
-
Returns script and variable completers
- scriptCompleters() - Method in class org.jline.console.impl.ConsoleEngineImpl
-
- ScriptEngine - Interface in org.jline.console
-
Manage scriptEngine variables, statements and script execution.
- scripts() - Method in interface org.jline.console.ConsoleEngine
-
Returns all scripts found from PATH
- scripts() - Method in class org.jline.console.impl.ConsoleEngineImpl
-
- session() - Method in class org.jline.console.CommandInput
-
- setCommandRegistries(CommandRegistry...) - Method in class org.jline.console.impl.SystemRegistryImpl
-
- setCommandRegistries(CommandRegistry...) - Method in interface org.jline.console.SystemRegistry
-
Set command registries
- setConsoleOption(String, Object) - Method in interface org.jline.console.ConsoleEngine
-
Set console option value
- setConsoleOption(String, Object) - Method in class org.jline.console.impl.ConsoleEngineImpl
-
- setConsoleOption(String, Object) - Method in class org.jline.console.impl.SystemRegistryImpl
-
- setConsoleOption(String, Object) - Method in interface org.jline.console.SystemRegistry
-
Set console option value
- setDescriptionCache(boolean) - Method in class org.jline.widget.TailTipWidgets
-
- setDescriptionSize(int) - Method in class org.jline.widget.TailTipWidgets
-
- setErrorIndex(int) - Method in class org.jline.console.CmdDesc
-
- setErrorIndex(int) - Method in class org.jline.widget.Widgets
-
Set errorIndex to the lineReader's highlighter
- setErrorPattern(Pattern) - Method in class org.jline.console.CmdDesc
-
- setErrorPattern(Pattern) - Method in class org.jline.widget.Widgets
-
Set errorPattern to the lineReader's highlighter
- setGroupCommandsInHelp(boolean) - Method in class org.jline.console.impl.SystemRegistryImpl
-
- setHighlighted(boolean) - Method in class org.jline.console.CmdDesc
-
- setHighlightValue(Map<String, Function<Object, AttributedString>>) - Method in class org.jline.console.impl.DefaultPrinter
-
Highlight column value
- setLineReader(LineReader) - Method in interface org.jline.console.ConsoleEngine
-
Sets lineReader
- setLineReader(LineReader) - Method in class org.jline.console.impl.Builtins
-
- setLineReader(LineReader) - Method in class org.jline.console.impl.ConsoleEngineImpl
-
- setMainDesc(List<AttributedString>) - Method in class org.jline.console.CmdDesc
-
- setObjectToMap(Map<Class<?>, Function<Object, Map<String, Object>>>) - Method in class org.jline.console.impl.DefaultPrinter
-
Override ScriptEngine toMap() method
- setObjectToString(Map<Class<?>, Function<Object, String>>) - Method in class org.jline.console.impl.DefaultPrinter
-
Override ScriptEngine toString() method
- setPipe(String) - Method in class org.jline.console.impl.SystemRegistryImpl.CommandData
-
- setScriptDescription(Function<CmdLine, CmdDesc>) - Method in class org.jline.console.impl.SystemRegistryImpl
-
- setScriptExtension(String) - Method in interface org.jline.console.ConsoleEngine
-
Sets file name extension used by console scripts
- setScriptExtension(String) - Method in class org.jline.console.impl.ConsoleEngineImpl
-
- setSpecificHighlighter(String, SyntaxHighlighter) - Method in class org.jline.console.impl.SystemHighlighter
-
- setSubcommand(boolean) - Method in class org.jline.console.CmdDesc
-
- setSuggestionType(LineReader.SuggestionType) - Method in class org.jline.widget.Widgets
-
Set lineReader's autosuggestion type
- setSystemRegistry(SystemRegistry) - Method in interface org.jline.console.ConsoleEngine
-
Sets systemRegistry
- setSystemRegistry(SystemRegistry) - Method in class org.jline.console.impl.ConsoleEngineImpl
-
- setTailTip(String) - Method in class org.jline.widget.Widgets
-
Set lineReader's command hint to be added in the command line
- setTailTips(Map<String, CmdDesc>) - Method in class org.jline.widget.TailTipWidgets
-
- setTipType(TailTipWidgets.TipType) - Method in class org.jline.widget.TailTipWidgets
-
- SHORT_NAMES - Static variable in interface org.jline.console.Printer
-
Value: Boolean
Applies: TABLE
Truncate table column names: property.field to field.
- SKIP_DEFAULT_OPTIONS - Static variable in interface org.jline.console.Printer
-
Value: Boolean
Applies: MAP and TABLE
Ignore all options defined in PRNT_OPTIONS.
- slurp(Path) - Method in interface org.jline.console.ConsoleEngine
-
Read object from file
- slurp(Path) - Method in class org.jline.console.impl.ConsoleEngineImpl
-
- specificHighlighter - Variable in class org.jline.console.impl.SystemHighlighter
-
- status() - Method in class org.jline.console.ConsoleEngine.ExecutionResult
-
- STRUCT_ON_TABLE - Static variable in interface org.jline.console.Printer
-
Value: Boolean
Applies: TABLE
Display object structures and lists on table.
- STYLE - Static variable in interface org.jline.console.Printer
-
Value: String
Use nanorc STYLE
- systemHighlight(LineReader, String) - Method in class org.jline.console.impl.SystemHighlighter
-
- SystemHighlighter - Class in org.jline.console.impl
-
Highlight command and language syntax using nanorc highlighter.
- SystemHighlighter(SyntaxHighlighter, SyntaxHighlighter, SyntaxHighlighter) - Constructor for class org.jline.console.impl.SystemHighlighter
-
- SystemHighlighter.FileHighlightCommand - Class in org.jline.console.impl
-
- systemRegistry - Variable in class org.jline.console.impl.SystemHighlighter
-
- SystemRegistry - Interface in org.jline.console
-
Aggregate command registries and dispatch command executions.
- SystemRegistry.Registeries - Class in org.jline.console
-
Manage systemRegistry store
- SystemRegistryImpl - Class in org.jline.console.impl
-
Aggregate command registries.
- SystemRegistryImpl(Parser, Terminal, Supplier<Path>, ConfigurationPath) - Constructor for class org.jline.console.impl.SystemRegistryImpl
-
- SystemRegistryImpl.CommandData - Class in org.jline.console.impl
-
- SystemRegistryImpl.Pipe - Enum in org.jline.console.impl
-
- SystemRegistryImpl.UnknownCommandException - Exception in org.jline.console.impl
-
- VALUE_STYLE - Static variable in interface org.jline.console.Printer
-
Value: String
Applies: MAP and TABLE
Nanorc syntax style used to highlight values.
- VALUE_STYLE_ALL - Static variable in interface org.jline.console.Printer
-
Value: Boolean
Applies: MAP and TABLE
Highlight everything also strings with spaces
DEFAULT: highlight only strings without spaces or enclosed by quotes or brackets
- 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.console.Printer.TableRows
-
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.console.Printer.TableRows
-
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.
- VAR_NANORC - Static variable in interface org.jline.console.ConsoleEngine
-
Console string variable of nanorc file full path
- VAR_PRNT_OPTIONS - Static variable in class org.jline.console.impl.DefaultPrinter
-
- variable() - Method in class org.jline.console.impl.SystemRegistryImpl.CommandData
-