| |
|
| java.lang.Object org.netbeans.modules.wsdlextensions.file.validator.FileComponentValidator
FileComponentValidator | public class FileComponentValidator implements Validator,FileComponent.Visitor(Code) | | This class enables semantic validations for
File WSDL documents.
author: sweng |
EMPTY_RESULT | final public static ValidationResult EMPTY_RESULT(Code) | | |
SEQ_REF_EXP_PATT | final public static Pattern SEQ_REF_EXP_PATT(Code) | | |
TIMESTAMP_MARKER | final public static String TIMESTAMP_MARKER(Code) | | |
TIMESTAMP_REGEX | final public static String TIMESTAMP_REGEX(Code) | | Utility to get the regular expression to match
the date format.
Reason this is in its own method is that we can
localize the date format recognition pattern in
this method only.
The pattern we currently support is UTC
|
FileComponentValidator | public FileComponentValidator()(Code) | | |
getName | public String getName()(Code) | | Returns name of this validation service.
|
validate | public ValidationResult validate(Model model, Validation validation, ValidationType validationType)(Code) | | Validates given model.
Parameters: model - model to validate. Parameters: validation - reference to the validation context. Parameters: validationType - the type of validation to perform ValidationResult. |
|
|
|