|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandChecker
An interface impolemented by the command agent allowing it to check the command before it gets executed to ensure it executes in the agent's environment.
Method Summary | |
---|---|
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. |
Method Detail |
---|
List<String> checkCommand(List<String> cmd, Map<String,List<String>> extMap)
cmd
- The original commandextMap
- The external map, if any
List<String> checkJavaCommand(List<String> cmd, List<String> extClassPath)
cmd
- The original commandextClassPath
- The external class path.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |