Uses of Class
org.jline.reader.Candidate
Packages that use Candidate
Package
Description
JLine 3.
JLine 3.
-
Uses of Candidate in org.jline.builtins
Method parameters in org.jline.builtins with type arguments of type CandidateModifier and TypeMethodDescriptionvoidCompleters.AnyCompleter.complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) voidCompleters.Completer.complete(LineReader reader, ParsedLine line, List<Candidate> candidates) voidCompleters.FileNameCompleter.complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) voidCompleters.OptionCompleter.complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) voidCompleters.RegexCompleter.complete(LineReader reader, ParsedLine line, List<Candidate> candidates) voidCompleters.TreeCompleter.complete(LineReader reader, ParsedLine line, List<Candidate> candidates) protected voidCompleters.Completer.completeCommand(List<Candidate> candidates) protected voidCompleters.Completer.completeCommandArguments(LineReader reader, ParsedLine line, List<Candidate> candidates, List<Completers.CompletionData> completions) protected voidCompleters.OptDesc.completeOption(LineReader reader, ParsedLine commandLine, List<Candidate> candidates, boolean longOpt) protected booleanCompleters.OptDesc.completeValue(LineReader reader, ParsedLine commandLine, List<Candidate> candidates, String curBuf, String partialValue) protected voidCompleters.Completer.tryCompleteArguments(LineReader reader, ParsedLine line, List<Candidate> candidates) -
Uses of Candidate in org.jline.console
Methods in org.jline.console that return CandidateModifier and TypeMethodDescriptionstatic CandidateCommandRegistry.createCandidate(CommandRegistry[] commandRegistries, String command) -
Uses of Candidate in org.jline.reader
Methods in org.jline.reader that return CandidateMethods in org.jline.reader that return types with arguments of type CandidateModifier and TypeMethodDescriptionMethods in org.jline.reader with parameters of type CandidateMethod parameters in org.jline.reader with type arguments of type CandidateModifier and TypeMethodDescriptionvoidCompleter.complete(LineReader reader, ParsedLine line, List<Candidate> candidates) Populates candidates with a list of possible completions for the command line. -
Uses of Candidate in org.jline.reader.impl
Fields in org.jline.reader.impl with type parameters of type CandidateMethods in org.jline.reader.impl that return CandidateMethods in org.jline.reader.impl that return types with arguments of type CandidateModifier and TypeMethodDescriptionprotected Comparator<Candidate> LineReaderImpl.getCandidateComparator(boolean caseInsensitive, String word) CompletionMatcherImpl.simpleMatcher(Predicate<String> predicate) CompletionMatcherImpl.simpleMatcher(Predicate<String> predicate) CompletionMatcherImpl.typoMatcher(String word, int errors, boolean caseInsensitive, String originalGroupName) CompletionMatcherImpl.typoMatcher(String word, int errors, boolean caseInsensitive, String originalGroupName) Methods in org.jline.reader.impl with parameters of type CandidateModifier and TypeMethodDescriptionprotected LineReaderImpl.PostResultLineReaderImpl.computePost(List<Candidate> possible, Candidate selection, List<Candidate> ordered, String completed) protected LineReaderImpl.PostResultLineReaderImpl.computePost(List<Candidate> possible, Candidate selection, List<Candidate> ordered, String completed, Function<String, Integer> wcwidth, int width, boolean autoGroup, boolean groupName, boolean rowsFirst) protected voidLineReaderImpl.toColumns(Object items, int width, int maxWidth, AttributedStringBuilder sb, Candidate selection, String completed, boolean rowsFirst, boolean doMenuList, int[] out) protected LineReaderImpl.PostResultLineReaderImpl.toColumns(List<Object> items, Candidate selection, String completed, Function<String, Integer> wcwidth, int width, boolean rowsFirst) Method parameters in org.jline.reader.impl with type arguments of type CandidateModifier and TypeMethodDescriptionprotected LineReaderImpl.PostResultLineReaderImpl.computePost(List<Candidate> possible, Candidate selection, List<Candidate> ordered, String completed) protected LineReaderImpl.PostResultLineReaderImpl.computePost(List<Candidate> possible, Candidate selection, List<Candidate> ordered, String completed, Function<String, Integer> wcwidth, int width, boolean autoGroup, boolean groupName, boolean rowsFirst) protected booleanLineReaderImpl.doList(List<Candidate> possible, String completed, boolean runLoop, BiFunction<CharSequence, Boolean, CharSequence> escaper) protected booleanLineReaderImpl.doList(List<Candidate> possible, String completed, boolean runLoop, BiFunction<CharSequence, Boolean, CharSequence> escaper, boolean forSuggestion) protected booleanLineReaderImpl.doMenu(List<Candidate> original, String completed, BiFunction<CharSequence, Boolean, CharSequence> escaper) -
Uses of Candidate in org.jline.reader.impl.completer
Fields in org.jline.reader.impl.completer with type parameters of type CandidateMethod parameters in org.jline.reader.impl.completer with type arguments of type CandidateModifier and TypeMethodDescriptionvoidvoidAggregateCompleter.complete(LineReader reader, ParsedLine line, List<Candidate> candidates) Perform a completion operation across all aggregated completers.voidArgumentCompleter.complete(LineReader reader, ParsedLine line, List<Candidate> candidates) voidFileNameCompleter.complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) Deprecated.voidNullCompleter.complete(LineReader reader, ParsedLine line, List<Candidate> candidates) voidStringsCompleter.complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) voidSystemCompleter.complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) Constructors in org.jline.reader.impl.completer with parameters of type CandidateConstructor parameters in org.jline.reader.impl.completer with type arguments of type Candidate