|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalToolValidator
Validates command line arguments for an external tool.
Method Summary | |
---|---|
void |
validate(ExternalTool externalTool)
Tests whether the command and arguments for the given ExternalToolException satisfy the validator's requirements. |
Method Detail |
---|
void validate(ExternalTool externalTool) throws ExternalToolException
ExternalToolException
satisfy the validator's requirements. For
example, some substitution strings may be required in arguments, others
may be forbidden. The method throws if the tool is invalid, it does not
throw if the tool is valid.
externalTool
- the tool to validate (must not be null
)
ExternalToolException
- if the tool is invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |