Class NullValidator
java.lang.Object
org.alfresco.util.schemacomp.validator.AbstractDbValidator
org.alfresco.util.schemacomp.validator.NullValidator
- All Implemented Interfaces:
DbValidator
A 'do nothing' validator
- Author:
- Matt Ward
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(DbObject reference, DbObject target, DiffContext ctx) Validate the target database object (against the reference object if necessary).Methods inherited from class org.alfresco.util.schemacomp.validator.AbstractDbValidator
addFieldToValidate, getProperty, getPropertyNames, setFieldsToValidate, setProperty, validates, validatesFullObject
-
Constructor Details
-
NullValidator
public NullValidator()
-
-
Method Details
-
validate
Description copied from interface:DbValidatorValidate the target database object (against the reference object if necessary). Store the validation results on the DiffContext.- Parameters:
reference- DbObjecttarget- DbObjectctx- DiffContext
-