|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidatorMessage | |
---|---|
org.eclipse.wst.validation | A framework for calling validators that are build based. |
Uses of ValidatorMessage in org.eclipse.wst.validation |
---|
Methods in org.eclipse.wst.validation that return ValidatorMessage | |
---|---|
ValidatorMessage |
ValidatorMessage.asCopy()
Answer a copy of yourself. |
static ValidatorMessage |
ValidatorMessage.create(java.lang.String message,
IResource resource)
Create a new validation message. |
ValidatorMessage[] |
ValidationResults.getMessages()
Answer any validation messages that were added by the validation operation. |
ValidatorMessage[] |
ValidationResult.getMessages()
Answer any validation messages that were added by the validator. |
ValidatorMessage[] |
ValidationResult.getMessagesAsCopy()
Answer a copy of any validation messages that were added by the validator. |
Methods in org.eclipse.wst.validation with parameters of type ValidatorMessage | |
---|---|
void |
ValidationResult.add(ValidatorMessage message)
This is an optional method, that a validator can use to return error messages. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |