Interface RawTabCompleter
-
- All Implemented Interfaces:
public interface RawTabCompleter
-
-
Method Summary
Modifier and Type Method Description abstract List<String>
tabComplete(RawCommandContext context)
-
-
Method Detail
-
tabComplete
abstract List<String> tabComplete(RawCommandContext context)
-
-
-
-