-
- Enclosing class:
- Completers
public static interface Completers.CompletionEnvironment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
commandName(String command)
Object
evaluate(LineReader reader, ParsedLine line, String func)
Set<String>
getCommands()
Map<String,List<Completers.CompletionData>>
getCompletions()
String
resolveCommand(String command)
-
-
-
Method Detail
-
getCompletions
Map<String,List<Completers.CompletionData>> getCompletions()
-
evaluate
Object evaluate(LineReader reader, ParsedLine line, String func) throws Exception
- Throws:
Exception
-
-