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, translatePath
public DefaultFilenameTabCompleter(CommandContext ctx)
public int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
protected boolean startsWithRoot(String path)
startsWithRoot
in class FilenameTabCompleter
Copyright © 2023 JBoss by Red Hat. All rights reserved.