public class DefaultFilenameTabCompleter extends FilenameTabCompleter
| Constructor and Description |
|---|
DefaultFilenameTabCompleter(CommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(CommandContext ctx,
String buffer,
int cursor,
List<String> candidates) |
protected boolean |
startsWithRoot(String path) |
getCandidates, main, matchFiles, translatePathpublic DefaultFilenameTabCompleter(CommandContext ctx)
public int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
protected boolean startsWithRoot(String path)
startsWithRoot in class FilenameTabCompleterCopyright © 2014 JBoss by Red Hat. All rights reserved.