@Deprecated public class FileNameCompleter extends Object implements Completer
org.jline.builtins.Completers$FileNameCompleter| Constructor and Description |
|---|
FileNameCompleter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accept(Path path)
Deprecated.
|
void |
complete(LineReader reader,
ParsedLine commandLine,
List<Candidate> candidates)
Deprecated.
Populates candidates with a list of possible completions for the command line.
|
protected String |
getDisplay(Terminal terminal,
Path p)
Deprecated.
|
protected Path |
getUserDir()
Deprecated.
|
protected Path |
getUserHome()
Deprecated.
|
public void complete(LineReader reader, ParsedLine commandLine, List<Candidate> candidates)
Completerprotected boolean accept(Path path)
protected Path getUserDir()
protected Path getUserHome()
Copyright © 2020. All rights reserved.