public interface CommandChecker
Modifier and Type | Method and Description |
---|---|
List<String> |
checkCommand(List<String> cmd,
Map<String,List<String>> extMap)
Checks and completes the command, if possible.
|
List<String> |
checkJavaCommand(List<String> cmd,
List<String> extClassPath)
Checks and completes the java command, if possible.
|