Index

A B C D E F G H I J K L M N O P R S T U W _ 
All Classes and Interfaces|All Packages|Constant Field Values

A

AggregateCompleterExample - Class in org.jline.demo.examples
Example demonstrating AggregateCompleter in JLine.
AggregateCompleterExample() - Constructor for class org.jline.demo.examples.AggregateCompleterExample
 
ArchitectureExample - Class in org.jline.demo.examples
This example demonstrates the basic architecture components of JLine.
ArchitectureExample() - Constructor for class org.jline.demo.examples.ArchitectureExample
 
ArgumentCompleterExample - Class in org.jline.demo.examples
Example demonstrating argument completion.
ArgumentCompleterExample() - Constructor for class org.jline.demo.examples.ArgumentCompleterExample
 
AsyncInputExample - Class in org.jline.demo.examples
Example demonstrating asynchronous input handling in JLine.
AsyncInputExample() - Constructor for class org.jline.demo.examples.AsyncInputExample
 
AttributedStringBasicsExample - Class in org.jline.demo.examples
Example demonstrating basic usage of AttributedString in JLine.
AttributedStringBasicsExample() - Constructor for class org.jline.demo.examples.AttributedStringBasicsExample
 
AttributedStringBuilderExample - Class in org.jline.demo.examples
Example demonstrating the use of AttributedStringBuilder in JLine.
AttributedStringBuilderExample() - Constructor for class org.jline.demo.examples.AttributedStringBuilderExample
 
AttributedStringExample - Class in org.jline.demo.examples
Example demonstrating the use of AttributedString in JLine.
AttributedStringExample() - Constructor for class org.jline.demo.examples.AttributedStringExample
 
AttributedStyleExample - Class in org.jline.demo.examples
Example demonstrating the use of AttributedStyle in JLine.
AttributedStyleExample() - Constructor for class org.jline.demo.examples.AttributedStyleExample
 
AutoIndentationExample - Class in org.jline.demo.examples
Example demonstrating auto indentation in JLine.
AutoIndentationExample() - Constructor for class org.jline.demo.examples.AutoIndentationExample
 
AutopairWidgetsExample - Class in org.jline.demo.examples
Example demonstrating autopair widgets in JLine.
AutopairWidgetsExample() - Constructor for class org.jline.demo.examples.AutopairWidgetsExample
 
AutosuggestionWidgetsExample - Class in org.jline.demo.examples
Example demonstrating autosuggestion widgets in JLine.
AutosuggestionWidgetsExample() - Constructor for class org.jline.demo.examples.AutosuggestionWidgetsExample
 

B

BasicCompletionExample - Class in org.jline.demo.examples
Example demonstrating basic tab completion.
BasicCompletionExample() - Constructor for class org.jline.demo.examples.BasicCompletionExample
 
BasicDynamic - Class in org.jline.demo.consoleui
 
BasicDynamic() - Constructor for class org.jline.demo.consoleui.BasicDynamic
 
BasicHighlighterExample - Class in org.jline.demo.examples
Example demonstrating a basic highlighter that colors all text blue.
BasicHighlighterExample() - Constructor for class org.jline.demo.examples.BasicHighlighterExample
 
BasicStylingExample - Class in org.jline.demo.examples
Example demonstrating basic styling with JLine.
BasicStylingExample() - Constructor for class org.jline.demo.examples.BasicStylingExample
 
BuiltinsTreeCompleterExample - Class in org.jline.demo.examples
Example demonstrating TreeCompleter from builtins package in JLine.
BuiltinsTreeCompleterExample() - Constructor for class org.jline.demo.examples.BuiltinsTreeCompleterExample
 
BuiltinWidgetsExample - Class in org.jline.demo.examples
Example demonstrating built-in widgets in JLine.
BuiltinWidgetsExample() - Constructor for class org.jline.demo.examples.BuiltinWidgetsExample
 

C

CallWidgetExample - Class in org.jline.demo.examples
Example demonstrating calling widgets programmatically in JLine.
CallWidgetExample() - Constructor for class org.jline.demo.examples.CallWidgetExample
 
CandidatesWithDescriptionsExample - Class in org.jline.demo.examples
Example demonstrating candidates with descriptions in JLine.
CandidatesWithDescriptionsExample() - Constructor for class org.jline.demo.examples.CandidatesWithDescriptionsExample
 
cat(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
cd(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
checkCapabilities(Terminal) - Method in class org.jline.demo.examples.TerminalCapabilitiesExample
 
clear(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
clearLine() - Method in class org.jline.demo.examples.CustomWidgetsClassExample.MyWidgets
Widget that clears the current line.
coerce(CommandSession, Class<?>, Object, int[]) - Static method in class org.apache.felix.gogo.runtime.Reflective
converts given argument to specified type and increments convert[0] if any conversion was needed.
ColoredCompleter - Class in org.jline.demo.examples
Example demonstrating a colored completer in JLine.
ColoredCompleter() - Constructor for class org.jline.demo.examples.ColoredCompleter
 
command() - Method in class org.jline.demo.Gogo
 
CommonsCliJLineExample - Class in org.jline.demo.examples
Example demonstrating Apache Commons CLI integration with JLine.
CommonsCliJLineExample() - Constructor for class org.jline.demo.examples.CommonsCliJLineExample
 
compare(String, String) - Method in class org.apache.felix.gogo.jline.Posix.SortComparator
 
compareRegion(String, int, int, String, int, int, boolean) - Method in class org.apache.felix.gogo.jline.Posix.SortComparator
 
complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.jline.demo.examples.ColoredCompleter
 
complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.jline.demo.examples.ContextAwareCompleter
 
complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.jline.demo.examples.CustomCompleter
 
CompletionBehaviorExample - Class in org.jline.demo.examples
Example demonstrating completion behavior configuration in JLine.
CompletionBehaviorExample() - Constructor for class org.jline.demo.examples.CompletionBehaviorExample
 
configureOptions(Terminal) - Method in class org.jline.demo.examples.LineReaderOptionsExample
 
consoleScriptExample() - Static method in class org.jline.demo.examples.ConsoleScriptExample
Example of a JLine console script (hello.jline) Console scripts are executed by the REPL console and can contain any commands that you would type interactively.
ConsoleScriptExample - Class in org.jline.demo.examples
Example demonstrating a console script in JLine.
ConsoleScriptExample() - Constructor for class org.jline.demo.examples.ConsoleScriptExample
 
ConsoleUIExample - Class in org.jline.demo.examples
Example demonstrating basic ConsoleUI usage.
ConsoleUIExample() - Constructor for class org.jline.demo.examples.ConsoleUIExample
 
ContextAwareCompleter - Class in org.jline.demo.examples
Example demonstrating a context-aware completer in JLine.
ContextAwareCompleter() - Constructor for class org.jline.demo.examples.ContextAwareCompleter
 
ControlCharsExample - Class in org.jline.demo.examples
Example demonstrating control characters in JLine.
ControlCharsExample() - Constructor for class org.jline.demo.examples.ControlCharsExample
 
convert(Class<?>, Object) - Method in class org.jline.demo.FunctionConverter
 
create(LineReader) - Static method in class org.jline.demo.examples.CustomWidgetsClassExample.MyWidgets
Factory method to create and set up a MyWidgets instance.
createStatusMessage(String) - Static method in class org.jline.demo.examples.StatusMessageExample
 
CursorMovementExample - Class in org.jline.demo.examples
Example demonstrating cursor movement in JLine.
CursorMovementExample() - Constructor for class org.jline.demo.examples.CursorMovementExample
 
CustomCompleter - Class in org.jline.demo.examples
Example demonstrating a custom completer in JLine.
CustomCompleter() - Constructor for class org.jline.demo.examples.CustomCompleter
 
CustomKeyBindingsExample - Class in org.jline.demo.examples
Example demonstrating custom key bindings.
CustomKeyBindingsExample() - Constructor for class org.jline.demo.examples.CustomKeyBindingsExample
 
CustomPromptExample - Class in org.jline.demo.examples
Example demonstrating custom prompts in JLine.
CustomPromptExample() - Constructor for class org.jline.demo.examples.CustomPromptExample
 
CustomTerminalBehaviorExample - Class in org.jline.demo.examples
Example demonstrating custom terminal behavior in JLine.
CustomTerminalBehaviorExample() - Constructor for class org.jline.demo.examples.CustomTerminalBehaviorExample
 
CustomWidgetExample - Class in org.jline.demo.examples
Example demonstrating custom widgets in JLine.
CustomWidgetExample() - Constructor for class org.jline.demo.examples.CustomWidgetExample
 
CustomWidgetsClassExample - Class in org.jline.demo.examples
Example demonstrating how to create a custom widgets class in JLine.
CustomWidgetsClassExample() - Constructor for class org.jline.demo.examples.CustomWidgetsClassExample
 
CustomWidgetsClassExample.MyWidgets - Class in org.jline.demo.examples
Custom widgets class that extends the base Widgets class.
CustomWidgetsExample - Class in org.jline.demo.examples
Example demonstrating custom widgets in JLine.
CustomWidgetsExample() - Constructor for class org.jline.demo.examples.CustomWidgetsExample
 

D

date(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
DEFAULT_GREP_COLORS - Static variable in class org.apache.felix.gogo.jline.Posix
 
DEFAULT_LS_COLORS - Static variable in class org.apache.felix.gogo.jline.Posix
 
demonstrateCheckboxPrompt(Terminal) - Method in class org.jline.demo.examples.ConsoleUIExample
 
demonstrateChoicePrompt(Terminal) - Method in class org.jline.demo.examples.ConsoleUIExample
 
demonstrateHistoryAccess(LineReader) - Method in class org.jline.demo.examples.ProgrammaticHistoryAccessExample
 
demonstrateHistorySearch(LineReader) - Method in class org.jline.demo.examples.HistorySearchExample
 
demonstrateInput(LineReader) - Method in class org.jline.demo.examples.LineReaderInputExample
 
demonstrateInputPrompt(Terminal) - Method in class org.jline.demo.examples.ConsoleUIExample
 
demonstrateListPrompt(Terminal) - Method in class org.jline.demo.examples.ConsoleUIExample
 
demonstrateStringsCompleter() - Method in class org.jline.demo.examples.StringsCompleterExample
 
DirectoriesCompleterExample - Class in org.jline.demo.examples
Example demonstrating DirectoriesCompleter in JLine.
DirectoriesCompleterExample() - Constructor for class org.jline.demo.examples.DirectoriesCompleterExample
 
DisplayAttributedStringExample - Class in org.jline.demo.examples
Example demonstrating how to display AttributedString in JLine.
DisplayAttributedStringExample() - Constructor for class org.jline.demo.examples.DisplayAttributedStringExample
 
DisplayExample - Class in org.jline.demo.examples
Example demonstrating Display class in JLine.
DisplayExample() - Constructor for class org.jline.demo.examples.DisplayExample
 
DumbTerminalExample - Class in org.jline.demo.examples
Example demonstrating dumb terminal in JLine.
DumbTerminalExample() - Constructor for class org.jline.demo.examples.DumbTerminalExample
 
DynamicStatusExample - Class in org.jline.demo.examples
Example demonstrating dynamic status updates in JLine.
DynamicStatusExample() - Constructor for class org.jline.demo.examples.DynamicStatusExample
 

E

echo(CommandSession, Process, Object[]) - Method in class org.apache.felix.gogo.jline.Posix
 
EditingModesExample - Class in org.jline.demo.examples
Example demonstrating editing modes in JLine.
EditingModesExample() - Constructor for class org.jline.demo.examples.EditingModesExample
 
EnumCompleterExample - Class in org.jline.demo.examples
Example demonstrating EnumCompleter in JLine.
EnumCompleterExample() - Constructor for class org.jline.demo.examples.EnumCompleterExample
 
ErrorHighlightingExample - Class in org.jline.demo.examples
Example demonstrating a highlighter that checks for balanced parentheses.
ErrorHighlightingExample() - Constructor for class org.jline.demo.examples.ErrorHighlightingExample
 
ExecTerminalExample - Class in org.jline.demo.examples
Example demonstrating Exec terminal provider in JLine.
ExecTerminalExample() - Constructor for class org.jline.demo.examples.ExecTerminalExample
 
executeCommand() - Method in class org.jline.demo.examples.CustomWidgetsClassExample.MyWidgets
Widget that takes the first word of the buffer and executes it as a command.

F

FfmTerminalExample - Class in org.jline.demo.examples
Example demonstrating FFM terminal provider in JLine.
FfmTerminalExample() - Constructor for class org.jline.demo.examples.FfmTerminalExample
 
FileNameCompleterExample - Class in org.jline.demo.examples
Example demonstrating the FileNameCompleter.
FileNameCompleterExample() - Constructor for class org.jline.demo.examples.FileNameCompleterExample
 
FileOperationsExample - Class in org.jline.demo.examples
Example demonstrating file operations using JLine.
FileOperationsExample() - Constructor for class org.jline.demo.examples.FileOperationsExample
 
FilesCompleterExample - Class in org.jline.demo.examples
Example demonstrating FilesCompleter in JLine.
FilesCompleterExample() - Constructor for class org.jline.demo.examples.FilesCompleterExample
 
format(Object, int, Converter) - Method in class org.jline.demo.FunctionConverter
 
FunctionConverter - Class in org.jline.demo
 
FunctionConverter() - Constructor for class org.jline.demo.FunctionConverter
 

G

get(CommandSession, String) - Method in class org.apache.felix.gogo.jline.Posix
 
getColorMap(CommandSession, String, String) - Static method in class org.apache.felix.gogo.jline.Posix
 
getDouble(String, int, int) - Method in class org.apache.felix.gogo.jline.Posix.SortComparator
 
getFieldIndexes(String) - Method in class org.apache.felix.gogo.jline.Posix.SortComparator
 
getLsColorMap(CommandSession) - Static method in class org.apache.felix.gogo.jline.Posix
 
getSortKey(String, List<Integer>, Posix.SortComparator.Key) - Method in class org.apache.felix.gogo.jline.Posix.SortComparator
 
Gogo - Class in org.jline.demo
 
Gogo(CommandProcessor) - Constructor for class org.jline.demo.Gogo
 
grep(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
groovyScriptExample() - Static method in class org.jline.demo.examples.GroovyScriptExample
Example of a JLine Groovy script (hello.groovy) Groovy scripts are executed by the REPL console and can contain Groovy code that interacts with the console.
GroovyScriptExample - Class in org.jline.demo.examples
Example demonstrating a Groovy script in JLine.
GroovyScriptExample() - Constructor for class org.jline.demo.examples.GroovyScriptExample
 

H

head(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
HighlighterExample - Class in org.jline.demo.examples
Example demonstrating a custom highlighter.
HighlighterExample() - Constructor for class org.jline.demo.examples.HighlighterExample
 
HistoryExpansionExample - Class in org.jline.demo.examples
Example demonstrating history expansion in JLine.
HistoryExpansionExample() - Constructor for class org.jline.demo.examples.HistoryExpansionExample
 
HistoryFilteringExample - Class in org.jline.demo.examples
Example demonstrating history filtering in JLine.
HistoryFilteringExample() - Constructor for class org.jline.demo.examples.HistoryFilteringExample
 
HistorySearchExample - Class in org.jline.demo.examples
Example demonstrating history search in JLine.
HistorySearchExample() - Constructor for class org.jline.demo.examples.HistorySearchExample
 
HistorySetupExample - Class in org.jline.demo.examples
Example demonstrating basic history setup in JLine.
HistorySetupExample() - Constructor for class org.jline.demo.examples.HistorySetupExample
 
HistorySizeExample - Class in org.jline.demo.examples
Example demonstrating history size configuration in JLine.
HistorySizeExample() - Constructor for class org.jline.demo.examples.HistorySizeExample
 

I

InputFlagsExample - Class in org.jline.demo.examples
Example demonstrating input flags in JLine.
InputFlagsExample() - Constructor for class org.jline.demo.examples.InputFlagsExample
 
invoke(CommandSession, Object, String, List<Object>) - Static method in class org.apache.felix.gogo.runtime.Reflective
invokes the named method on the given target using the supplied args, which are converted if necessary.
isFunctional(Class<?>) - Static method in class org.jline.demo.FunctionConverter
 
isObjectMethod(Method) - Static method in class org.jline.demo.FunctionConverter
 
isStatic(Method) - Static method in class org.jline.demo.FunctionConverter
 

J

JansiTerminalExample - Class in org.jline.demo.examples
Example demonstrating Jansi terminal provider in JLine.
JansiTerminalExample() - Constructor for class org.jline.demo.examples.JansiTerminalExample
 
JCommanderJLineExample - Class in org.jline.demo.examples
Example demonstrating JCommander integration with JLine.
JCommanderJLineExample() - Constructor for class org.jline.demo.examples.JCommanderJLineExample
 
JLineExample - Class in org.jline.demo.examples
A simple example demonstrating basic JLine functionality.
JLineExample() - Constructor for class org.jline.demo.examples.JLineExample
 
JnaTerminalExample - Class in org.jline.demo.examples
Example demonstrating JNA terminal provider in JLine.
JnaTerminalExample() - Constructor for class org.jline.demo.examples.JnaTerminalExample
 
JniTerminalExample - Class in org.jline.demo.examples
Example demonstrating JNI terminal provider in JLine.
JniTerminalExample() - Constructor for class org.jline.demo.examples.JniTerminalExample
 

K

Key(String) - Constructor for class org.apache.felix.gogo.jline.Posix.SortComparator.Key
 
KeyBindingBasicsExample - Class in org.jline.demo.examples
Example demonstrating basic key bindings in JLine.
KeyBindingBasicsExample() - Constructor for class org.jline.demo.examples.KeyBindingBasicsExample
 
KeyBindingExample - Class in org.jline.demo.examples
Example demonstrating key bindings in JLine.
KeyBindingExample() - Constructor for class org.jline.demo.examples.KeyBindingExample
 
KeyMapsExample - Class in org.jline.demo.examples
Example demonstrating key maps in JLine.
KeyMapsExample() - Constructor for class org.jline.demo.examples.KeyMapsExample
 
KeywordHighlighterExample - Class in org.jline.demo.examples
Example demonstrating a highlighter that highlights SQL keywords.
KeywordHighlighterExample() - Constructor for class org.jline.demo.examples.KeywordHighlighterExample
 
KEYWORDS - Static variable in class org.apache.felix.gogo.runtime.Reflective
 

L

less(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
LineClearingExample - Class in org.jline.demo.examples
Example demonstrating line clearing in JLine.
LineClearingExample() - Constructor for class org.jline.demo.examples.LineClearingExample
 
LineReaderCreationExample - Class in org.jline.demo.examples
Example demonstrating how to create a LineReader.
LineReaderCreationExample() - Constructor for class org.jline.demo.examples.LineReaderCreationExample
 
LineReaderExample - Class in org.jline.demo.examples
Examples demonstrating the LineReader functionality.
LineReaderExample() - Constructor for class org.jline.demo.examples.LineReaderExample
 
LineReaderInputExample - Class in org.jline.demo.examples
Example demonstrating how to read input with LineReader.
LineReaderInputExample() - Constructor for class org.jline.demo.examples.LineReaderInputExample
 
LineReaderMouseExample - Class in org.jline.demo.examples
Example demonstrating mouse support in LineReader.
LineReaderMouseExample() - Constructor for class org.jline.demo.examples.LineReaderMouseExample
 
LineReaderOptionsExample - Class in org.jline.demo.examples
Example demonstrating LineReader options.
LineReaderOptionsExample() - Constructor for class org.jline.demo.examples.LineReaderOptionsExample
 
ls(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 

M

main(String[]) - Static method in class org.jline.demo.consoleui.BasicDynamic
 
main(String[]) - Static method in class org.jline.demo.examples.AggregateCompleterExample
 
main(String[]) - Static method in class org.jline.demo.examples.ArchitectureExample
 
main(String[]) - Static method in class org.jline.demo.examples.ArgumentCompleterExample
 
main(String[]) - Static method in class org.jline.demo.examples.AsyncInputExample
 
main(String[]) - Static method in class org.jline.demo.examples.AttributedStringBasicsExample
 
main(String[]) - Static method in class org.jline.demo.examples.AttributedStringBuilderExample
 
main(String[]) - Static method in class org.jline.demo.examples.AttributedStringExample
 
main(String[]) - Static method in class org.jline.demo.examples.AttributedStyleExample
 
main(String[]) - Static method in class org.jline.demo.examples.AutoIndentationExample
 
main(String[]) - Static method in class org.jline.demo.examples.AutopairWidgetsExample
 
main(String[]) - Static method in class org.jline.demo.examples.AutosuggestionWidgetsExample
 
main(String[]) - Static method in class org.jline.demo.examples.BasicCompletionExample
 
main(String[]) - Static method in class org.jline.demo.examples.BasicHighlighterExample
 
main(String[]) - Static method in class org.jline.demo.examples.BasicStylingExample
 
main(String[]) - Static method in class org.jline.demo.examples.BuiltinsTreeCompleterExample
 
main(String[]) - Static method in class org.jline.demo.examples.BuiltinWidgetsExample
 
main(String[]) - Static method in class org.jline.demo.examples.CallWidgetExample
 
main(String[]) - Static method in class org.jline.demo.examples.CandidatesWithDescriptionsExample
 
main(String[]) - Static method in class org.jline.demo.examples.CommonsCliJLineExample
 
main(String[]) - Static method in class org.jline.demo.examples.CompletionBehaviorExample
 
main(String[]) - Static method in class org.jline.demo.examples.ConsoleScriptExample
 
main(String[]) - Static method in class org.jline.demo.examples.ConsoleUIExample
 
main(String[]) - Static method in class org.jline.demo.examples.ControlCharsExample
 
main(String[]) - Static method in class org.jline.demo.examples.CursorMovementExample
 
main(String[]) - Static method in class org.jline.demo.examples.CustomKeyBindingsExample
 
main(String[]) - Static method in class org.jline.demo.examples.CustomPromptExample
 
main(String[]) - Static method in class org.jline.demo.examples.CustomTerminalBehaviorExample
 
main(String[]) - Static method in class org.jline.demo.examples.CustomWidgetExample
 
main(String[]) - Static method in class org.jline.demo.examples.CustomWidgetsClassExample
 
main(String[]) - Static method in class org.jline.demo.examples.CustomWidgetsExample
 
main(String[]) - Static method in class org.jline.demo.examples.DirectoriesCompleterExample
 
main(String[]) - Static method in class org.jline.demo.examples.DisplayAttributedStringExample
 
main(String[]) - Static method in class org.jline.demo.examples.DisplayExample
 
main(String[]) - Static method in class org.jline.demo.examples.DumbTerminalExample
 
main(String[]) - Static method in class org.jline.demo.examples.DynamicStatusExample
 
main(String[]) - Static method in class org.jline.demo.examples.EditingModesExample
 
main(String[]) - Static method in class org.jline.demo.examples.EnumCompleterExample
 
main(String[]) - Static method in class org.jline.demo.examples.ErrorHighlightingExample
 
main(String[]) - Static method in class org.jline.demo.examples.ExecTerminalExample
 
main(String[]) - Static method in class org.jline.demo.examples.FfmTerminalExample
 
main(String[]) - Static method in class org.jline.demo.examples.FileNameCompleterExample
 
main(String[]) - Static method in class org.jline.demo.examples.FileOperationsExample
 
main(String[]) - Static method in class org.jline.demo.examples.FilesCompleterExample
 
main(String[]) - Static method in class org.jline.demo.examples.GroovyScriptExample
 
main(String[]) - Static method in class org.jline.demo.examples.HighlighterExample
 
main(String[]) - Static method in class org.jline.demo.examples.HistoryExpansionExample
 
main(String[]) - Static method in class org.jline.demo.examples.HistoryFilteringExample
 
main(String[]) - Static method in class org.jline.demo.examples.HistorySetupExample
 
main(String[]) - Static method in class org.jline.demo.examples.HistorySizeExample
 
main(String[]) - Static method in class org.jline.demo.examples.InputFlagsExample
 
main(String[]) - Static method in class org.jline.demo.examples.JansiTerminalExample
 
main(String[]) - Static method in class org.jline.demo.examples.JCommanderJLineExample
 
main(String[]) - Static method in class org.jline.demo.examples.JLineExample
 
main(String[]) - Static method in class org.jline.demo.examples.JnaTerminalExample
 
main(String[]) - Static method in class org.jline.demo.examples.JniTerminalExample
 
main(String[]) - Static method in class org.jline.demo.examples.KeyBindingBasicsExample
 
main(String[]) - Static method in class org.jline.demo.examples.KeyBindingExample
 
main(String[]) - Static method in class org.jline.demo.examples.KeyMapsExample
 
main(String[]) - Static method in class org.jline.demo.examples.KeywordHighlighterExample
 
main(String[]) - Static method in class org.jline.demo.examples.LineClearingExample
 
main(String[]) - Static method in class org.jline.demo.examples.LineReaderCreationExample
 
main(String[]) - Static method in class org.jline.demo.examples.LineReaderExample
 
main(String[]) - Static method in class org.jline.demo.examples.LineReaderMouseExample
 
main(String[]) - Static method in class org.jline.demo.examples.LineReaderOptionsExample
 
main(String[]) - Static method in class org.jline.demo.examples.MouseEventHandlingExample
 
main(String[]) - Static method in class org.jline.demo.examples.MouseInteractiveUIExample
 
main(String[]) - Static method in class org.jline.demo.examples.MouseSupportBasicsExample
 
main(String[]) - Static method in class org.jline.demo.examples.MouseTrackingModesExample
 
main(String[]) - Static method in class org.jline.demo.examples.MultiLineInputExample
 
main(String[]) - Static method in class org.jline.demo.examples.MultiSegmentStatusExample
 
main(String[]) - Static method in class org.jline.demo.examples.NanoEditorExample
 
main(String[]) - Static method in class org.jline.demo.examples.NanoLessCustomizationExample
 
main(String[]) - Static method in class org.jline.demo.examples.NonBlockingLineReaderExample
 
main(String[]) - Static method in class org.jline.demo.examples.NonBlockingReaderExample
 
main(String[]) - Static method in class org.jline.demo.examples.NullCompleterExample
 
main(String[]) - Static method in class org.jline.demo.examples.OutputFlagsExample
 
main(String[]) - Static method in class org.jline.demo.examples.PartialScreenClearingExample
 
main(String[]) - Static method in class org.jline.demo.examples.PersistentHistoryExample
 
main(String[]) - Static method in class org.jline.demo.examples.PicocliCompletionExample
 
main(String[]) - Static method in class org.jline.demo.examples.PicocliJLineExample
 
main(String[]) - Static method in class org.jline.demo.examples.PrintAboveExample
 
main(String[]) - Static method in class org.jline.demo.examples.PrintAboveWriterExample
 
main(String[]) - Static method in class org.jline.demo.examples.ProgressBarExample
 
main(String[]) - Static method in class org.jline.demo.examples.ProviderSelectionExample
 
main(String[]) - Static method in class org.jline.demo.examples.RawModeExample
 
main(String[]) - Static method in class org.jline.demo.examples.RegexCompleterExample
 
main(String[]) - Static method in class org.jline.demo.examples.RemoteTerminalExample
 
main(String[]) - Static method in class org.jline.demo.examples.ReplConsoleExample
 
main(String[]) - Static method in class org.jline.demo.examples.ResponsiveUIExample
 
main(String[]) - Static method in class org.jline.demo.examples.ScreenClearingExample
 
main(String[]) - Static method in class org.jline.demo.examples.SimpleLineReadingExample
 
main(String[]) - Static method in class org.jline.demo.examples.SpringShellJLineExample
 
main(String[]) - Static method in class org.jline.demo.examples.StatusExample
 
main(String[]) - Static method in class org.jline.demo.examples.StatusMessageExample
 
main(String[]) - Static method in class org.jline.demo.examples.StyleExpressionExample
 
main(String[]) - Static method in class org.jline.demo.examples.StyleResolverExample
 
main(String[]) - Static method in class org.jline.demo.examples.StylerExample
 
main(String[]) - Static method in class org.jline.demo.examples.SyntaxHighlighterExample
 
main(String[]) - Static method in class org.jline.demo.examples.SystemCompleterExample
 
main(String[]) - Static method in class org.jline.demo.examples.SystemRegistryExample
 
main(String[]) - Static method in class org.jline.demo.examples.TabCompletionExample
 
main(String[]) - Static method in class org.jline.demo.examples.TailTipWidgetsExample
 
main(String[]) - Static method in class org.jline.demo.examples.TerminalAttributesExample
 
main(String[]) - Static method in class org.jline.demo.examples.TerminalColorsExample
 
main(String[]) - Static method in class org.jline.demo.examples.TerminalCreationExample
 
main(String[]) - Static method in class org.jline.demo.examples.TerminalCursorExample
 
main(String[]) - Static method in class org.jline.demo.examples.TerminalInputExample
 
main(String[]) - Static method in class org.jline.demo.examples.TerminalModesExample
 
main(String[]) - Static method in class org.jline.demo.examples.TerminalSignalsExample
 
main(String[]) - Static method in class org.jline.demo.examples.TerminalSizeExample
 
main(String[]) - Static method in class org.jline.demo.examples.TerminalSizeHandlingExample
 
main(String[]) - Static method in class org.jline.demo.examples.ThemeSystemExample
 
main(String[]) - Static method in class org.jline.demo.examples.TimeoutReadExample
 
main(String[]) - Static method in class org.jline.demo.examples.TreeCompleterExample
 
main(String[]) - Static method in class org.jline.demo.examples.UnicodeInputExample
 
main(String[]) - Static method in class org.jline.demo.examples.UnicodeOutputExample
 
main(String[]) - Static method in class org.jline.demo.examples.WidgetChainExample
 
main(String[]) - Static method in class org.jline.demo.PasswordMaskingDemo
 
main(String[]) - Static method in class org.jline.demo.Repl
 
main(String[]) - Static method in class org.jline.demo.TerminalDemo
 
MAIN - Static variable in class org.apache.felix.gogo.runtime.Reflective
 
MouseEventHandlingExample - Class in org.jline.demo.examples
Example demonstrating mouse event handling in JLine.
MouseEventHandlingExample() - Constructor for class org.jline.demo.examples.MouseEventHandlingExample
 
MouseInteractiveUIExample - Class in org.jline.demo.examples
Example demonstrating interactive UI with mouse support in JLine.
MouseInteractiveUIExample() - Constructor for class org.jline.demo.examples.MouseInteractiveUIExample
 
MouseSupportBasicsExample - Class in org.jline.demo.examples
Example demonstrating basic mouse support in JLine.
MouseSupportBasicsExample() - Constructor for class org.jline.demo.examples.MouseSupportBasicsExample
 
MouseTrackingModesExample - Class in org.jline.demo.examples
Example demonstrating mouse tracking modes in JLine.
MouseTrackingModesExample() - Constructor for class org.jline.demo.examples.MouseTrackingModesExample
 
MultiLineInputExample - Class in org.jline.demo.examples
Example demonstrating multi-line input in JLine.
MultiLineInputExample() - Constructor for class org.jline.demo.examples.MultiLineInputExample
 
MultiSegmentStatusExample - Class in org.jline.demo.examples
Example demonstrating multi-segment status line in JLine.
MultiSegmentStatusExample() - Constructor for class org.jline.demo.examples.MultiSegmentStatusExample
 
MyCommands(Supplier<Path>) - Constructor for class org.jline.demo.Repl.MyCommands
 

N

nano(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
NanoEditorExample - Class in org.jline.demo.examples
Example demonstrating the Nano editor in JLine builtins.
NanoEditorExample() - Constructor for class org.jline.demo.examples.NanoEditorExample
 
NanoLessCustomizationExample - Class in org.jline.demo.examples
Example demonstrating Nano and Less customization in JLine.
NanoLessCustomizationExample() - Constructor for class org.jline.demo.examples.NanoLessCustomizationExample
 
NO_MATCH - Static variable in class org.apache.felix.gogo.runtime.Reflective
 
NonBlockingLineReaderExample - Class in org.jline.demo.examples
Example demonstrating non-blocking LineReader in JLine.
NonBlockingLineReaderExample() - Constructor for class org.jline.demo.examples.NonBlockingLineReaderExample
 
NonBlockingReaderExample - Class in org.jline.demo.examples
Example demonstrating non-blocking reader in JLine.
NonBlockingReaderExample() - Constructor for class org.jline.demo.examples.NonBlockingReaderExample
 
NullCompleterExample - Class in org.jline.demo.examples
Example demonstrating NullCompleter in JLine.
NullCompleterExample() - Constructor for class org.jline.demo.examples.NullCompleterExample
 

O

org.apache.felix.gogo.jline - package org.apache.felix.gogo.jline
 
org.apache.felix.gogo.runtime - package org.apache.felix.gogo.runtime
 
org.jline.demo - package org.jline.demo
 
org.jline.demo.consoleui - package org.jline.demo.consoleui
 
org.jline.demo.examples - package org.jline.demo.examples
 
OutputFlagsExample - Class in org.jline.demo.examples
Example demonstrating output flags in JLine.
OutputFlagsExample() - Constructor for class org.jline.demo.examples.OutputFlagsExample
 

P

parseOptions(CommandSession, String[], Object[]) - Method in class org.apache.felix.gogo.jline.Posix
 
PartialScreenClearingExample - Class in org.jline.demo.examples
Example demonstrating partial screen clearing in JLine.
PartialScreenClearingExample() - Constructor for class org.jline.demo.examples.PartialScreenClearingExample
 
PasswordMaskingDemo - Class in org.jline.demo
Demo program to test password masking in both regular and dumb terminals.
PasswordMaskingDemo() - Constructor for class org.jline.demo.PasswordMaskingDemo
 
PersistentHistoryExample - Class in org.jline.demo.examples
Example demonstrating persistent history in JLine.
PersistentHistoryExample() - Constructor for class org.jline.demo.examples.PersistentHistoryExample
 
PicocliCompletionExample - Class in org.jline.demo.examples
Example demonstrating integration of JLine with Picocli including tab completion.
PicocliCompletionExample() - Constructor for class org.jline.demo.examples.PicocliCompletionExample
 
PicocliJLineExample - Class in org.jline.demo.examples
Example demonstrating integration of JLine with Picocli.
PicocliJLineExample() - Constructor for class org.jline.demo.examples.PicocliJLineExample
 
Posix - Class in org.apache.felix.gogo.jline
Posix-like utilities.
Posix(CommandProcessor) - Constructor for class org.apache.felix.gogo.jline.Posix
 
Posix.SortComparator - Class in org.apache.felix.gogo.jline
 
Posix.SortComparator.Key - Class in org.apache.felix.gogo.jline
 
PrintAboveExample - Class in org.jline.demo.examples
Example demonstrating the printAbove feature of JLine.
PrintAboveExample() - Constructor for class org.jline.demo.examples.PrintAboveExample
 
PrintAboveWriterExample - Class in org.jline.demo.examples
Example demonstrating the PrintAboveWriter feature of JLine.
PrintAboveWriterExample() - Constructor for class org.jline.demo.examples.PrintAboveWriterExample
 
ProgrammaticHistoryAccessExample - Class in org.jline.demo.examples
Example demonstrating programmatic history access in JLine.
ProgrammaticHistoryAccessExample() - Constructor for class org.jline.demo.examples.ProgrammaticHistoryAccessExample
 
ProgressBarExample - Class in org.jline.demo.examples
Example demonstrating how to create a progress bar with AttributedString.
ProgressBarExample() - Constructor for class org.jline.demo.examples.ProgressBarExample
 
ProviderSelectionExample - Class in org.jline.demo.examples
Example demonstrating terminal provider selection in JLine.
ProviderSelectionExample() - Constructor for class org.jline.demo.examples.ProviderSelectionExample
 
pwd(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 

R

RawModeExample - Class in org.jline.demo.examples
Example demonstrating raw mode in JLine.
RawModeExample() - Constructor for class org.jline.demo.examples.RawModeExample
 
read(BufferedReader, List<String>) - Static method in class org.apache.felix.gogo.jline.Posix
 
readMultiLineInput(Terminal) - Method in class org.jline.demo.examples.MultiLineInputExample
 
Reflective - Class in org.apache.felix.gogo.runtime
 
Reflective() - Constructor for class org.apache.felix.gogo.runtime.Reflective
 
RegexCompleterExample - Class in org.jline.demo.examples
Example demonstrating the RegexCompleter.
RegexCompleterExample() - Constructor for class org.jline.demo.examples.RegexCompleterExample
 
RemoteShell() - Constructor for class org.jline.demo.examples.RemoteTerminalExample.RemoteShell
 
RemoteTerminalExample - Class in org.jline.demo.examples
Example demonstrating remote terminal functionality with Telnet and SSH.
RemoteTerminalExample() - Constructor for class org.jline.demo.examples.RemoteTerminalExample
 
RemoteTerminalExample.RemoteShell - Class in org.jline.demo.examples
 
Repl - Class in org.jline.demo
Demo how to create REPL app with JLine.
Repl() - Constructor for class org.jline.demo.Repl
 
Repl.MyCommands - Class in org.jline.demo
 
ReplConsoleExample - Class in org.jline.demo.examples
Example demonstrating a simple REPL console with JLine.
ReplConsoleExample() - Constructor for class org.jline.demo.examples.ReplConsoleExample
 
ResponsiveUIExample - Class in org.jline.demo.examples
Example demonstrating responsive UI in JLine.
ResponsiveUIExample() - Constructor for class org.jline.demo.examples.ResponsiveUIExample
 
run(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 

S

ScreenClearingExample - Class in org.jline.demo.examples
Example demonstrating screen clearing in JLine.
ScreenClearingExample() - Constructor for class org.jline.demo.examples.ScreenClearingExample
 
searchHistory(LineReader, String) - Method in class org.jline.demo.examples.HistorySearchExample
 
setLineReader(LineReader) - Method in class org.jline.demo.Repl.MyCommands
 
shell() - Method in class org.jline.demo.Gogo
 
shell(Terminal, Map<String, String>) - Method in class org.jline.demo.examples.RemoteTerminalExample.RemoteShell
 
SimpleLineReadingExample - Class in org.jline.demo.examples
Example showing a simple REPL (Read-Eval-Print Loop) using JLine.
SimpleLineReadingExample() - Constructor for class org.jline.demo.examples.SimpleLineReadingExample
 
sleep(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
sort(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
SortComparator(boolean, boolean, boolean, boolean, char, List<String>) - Constructor for class org.apache.felix.gogo.jline.Posix.SortComparator
 
SpringShellJLineExample - Class in org.jline.demo.examples
Example demonstrating Spring Shell integration with JLine.
SpringShellJLineExample() - Constructor for class org.jline.demo.examples.SpringShellJLineExample
 
startSshServer() - Static method in class org.jline.demo.examples.RemoteTerminalExample
 
startTelnetServer() - Static method in class org.jline.demo.examples.RemoteTerminalExample
 
StatusExample - Class in org.jline.demo.examples
Example demonstrating status line in JLine.
StatusExample() - Constructor for class org.jline.demo.examples.StatusExample
 
StatusMessageExample - Class in org.jline.demo.examples
Example demonstrating how to create status messages with AttributedString.
StatusMessageExample() - Constructor for class org.jline.demo.examples.StatusMessageExample
 
StringsCompleterExample - Class in org.jline.demo.examples
Example demonstrating StringsCompleter in JLine.
StringsCompleterExample() - Constructor for class org.jline.demo.examples.StringsCompleterExample
 
StyleExpressionExample - Class in org.jline.demo.examples
Example demonstrating style expressions in JLine.
StyleExpressionExample() - Constructor for class org.jline.demo.examples.StyleExpressionExample
 
StyleResolverExample - Class in org.jline.demo.examples
Example demonstrating the StyleResolver in JLine.
StyleResolverExample() - Constructor for class org.jline.demo.examples.StyleResolverExample
 
StylerExample - Class in org.jline.demo.examples
Example demonstrating styling in JLine.
StylerExample() - Constructor for class org.jline.demo.examples.StylerExample
 
stylingSpecificSections(Terminal) - Static method in class org.jline.demo.examples.AttributedStringBuilderExample
 
SyntaxHighlighterExample - Class in org.jline.demo.examples
Example demonstrating a more complex syntax highlighter for a simple programming language.
SyntaxHighlighterExample() - Constructor for class org.jline.demo.examples.SyntaxHighlighterExample
 
SystemCompleterExample - Class in org.jline.demo.examples
Example demonstrating SystemCompleter in JLine.
SystemCompleterExample() - Constructor for class org.jline.demo.examples.SystemCompleterExample
 
SystemRegistryExample - Class in org.jline.demo.examples
Example demonstrating a simple command registry.
SystemRegistryExample() - Constructor for class org.jline.demo.examples.SystemRegistryExample
 

T

TabCompletionExample - Class in org.jline.demo.examples
Examples demonstrating tab completion functionality.
TabCompletionExample() - Constructor for class org.jline.demo.examples.TabCompletionExample
 
tail(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
TailTipWidgetsExample - Class in org.jline.demo.examples
Example demonstrating TailTip widgets in JLine.
TailTipWidgetsExample() - Constructor for class org.jline.demo.examples.TailTipWidgetsExample
 
telnet() - Method in class org.jline.demo.Gogo
 
TerminalAttributesExample - Class in org.jline.demo.examples
Example demonstrating terminal attributes in JLine.
TerminalAttributesExample() - Constructor for class org.jline.demo.examples.TerminalAttributesExample
 
TerminalCapabilitiesExample - Class in org.jline.demo.examples
Example demonstrating terminal capabilities in JLine.
TerminalCapabilitiesExample() - Constructor for class org.jline.demo.examples.TerminalCapabilitiesExample
 
TerminalColorsExample - Class in org.jline.demo.examples
Example demonstrating terminal colors in JLine.
TerminalColorsExample() - Constructor for class org.jline.demo.examples.TerminalColorsExample
 
TerminalCreationExample - Class in org.jline.demo.examples
Example demonstrating terminal creation in JLine.
TerminalCreationExample() - Constructor for class org.jline.demo.examples.TerminalCreationExample
 
TerminalCursorExample - Class in org.jline.demo.examples
Example demonstrating terminal cursor control in JLine.
TerminalCursorExample() - Constructor for class org.jline.demo.examples.TerminalCursorExample
 
TerminalDemo - Class in org.jline.demo
 
TerminalDemo() - Constructor for class org.jline.demo.TerminalDemo
 
TerminalInputExample - Class in org.jline.demo.examples
Example demonstrating terminal input in JLine.
TerminalInputExample() - Constructor for class org.jline.demo.examples.TerminalInputExample
 
TerminalModesExample - Class in org.jline.demo.examples
Example demonstrating terminal modes in JLine.
TerminalModesExample() - Constructor for class org.jline.demo.examples.TerminalModesExample
 
TerminalOutputExample - Class in org.jline.demo.examples
Example demonstrating terminal output in JLine.
TerminalOutputExample() - Constructor for class org.jline.demo.examples.TerminalOutputExample
 
TerminalSignalsExample - Class in org.jline.demo.examples
Example demonstrating terminal signals in JLine.
TerminalSignalsExample() - Constructor for class org.jline.demo.examples.TerminalSignalsExample
 
TerminalSizeExample - Class in org.jline.demo.examples
Example demonstrating terminal size handling in JLine.
TerminalSizeExample() - Constructor for class org.jline.demo.examples.TerminalSizeExample
 
TerminalSizeHandlingExample - Class in org.jline.demo.examples
Example demonstrating terminal size handling in JLine.
TerminalSizeHandlingExample() - Constructor for class org.jline.demo.examples.TerminalSizeHandlingExample
 
ThemeSystemExample - Class in org.jline.demo.examples
Example demonstrating the JLine theme system.
ThemeSystemExample() - Constructor for class org.jline.demo.examples.ThemeSystemExample
 
TimeoutReadExample - Class in org.jline.demo.examples
Example demonstrating timeout read in JLine.
TimeoutReadExample() - Constructor for class org.jline.demo.examples.TimeoutReadExample
 
tmux(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
TreeCompleterExample - Class in org.jline.demo.examples
Example demonstrating TreeCompleter in JLine.
TreeCompleterExample() - Constructor for class org.jline.demo.examples.TreeCompleterExample
 
ttop(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 

U

UnicodeInputExample - Class in org.jline.demo.examples
Example demonstrating Unicode input in JLine.
UnicodeInputExample() - Constructor for class org.jline.demo.examples.UnicodeInputExample
 
UnicodeOutputExample - Class in org.jline.demo.examples
Example demonstrating Unicode output in JLine.
UnicodeOutputExample() - Constructor for class org.jline.demo.examples.UnicodeOutputExample
 

W

watch(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
wc(CommandSession, Process, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
WidgetChainExample - Class in org.jline.demo.examples
Example demonstrating widget chains in JLine.
WidgetChainExample() - Constructor for class org.jline.demo.examples.WidgetChainExample
 
writeOutput(Terminal) - Method in class org.jline.demo.examples.TerminalOutputExample
 

_

_main(CommandSession, String[]) - Method in class org.apache.felix.gogo.jline.Posix
 
A B C D E F G H I J K L M N O P R S T U W _ 
All Classes and Interfaces|All Packages|Constant Field Values