Package org.alfresco.util.schemacomp.validator
-
Interface Summary Interface Description DbValidator DbObject validators must implement this interface. -
Class Summary Class Description AbstractDbValidator Base class providing DbValidator support.IgnoreObjectValidator Allows a complete DbObject to be ignored during differencing.IndexColumnsValidator Validates columns names in a Index using a regular expression pattern.NameValidator Validates the name of a DbObject using a regular expression.NullValidator A 'do nothing' validatorSchemaVersionValidator Validate a schema's version number with respect to a reference schema.TypeNameOnlyValidator Validates columns types without column size.