org.alfresco.util.schemacomp.validator
Interface DbValidator
- All Known Implementing Classes:
- AbstractDbValidator, NameValidator, NullValidator
public interface DbValidator
DbObject validators must implement this interface. DbValidator instances
are used by the ValidatingVisitor class.
validate
void validate(DbObject reference,
DbObject target,
DiffContext ctx)
setProperty
void setProperty(java.lang.String name,
java.lang.String value)
getProperty
java.lang.String getProperty(java.lang.String name)
getPropertyNames
java.util.Set getPropertyNames()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.