Package org.alfresco.util.schemacomp
Class RedundantDbObject
- java.lang.Object
-
- org.alfresco.util.schemacomp.Result
-
- org.alfresco.util.schemacomp.RedundantDbObject
-
public class RedundantDbObject extends Result
If more than one DB item in the target schema matches a reference DB item then this result will be issued.- Author:
- Matt Ward
-
-
Constructor Summary
Constructors Constructor Description RedundantDbObject(DbObject dbObject, java.util.List<DbObject> matches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescribe()A loggable message to describe the comparison result.java.lang.StringtoString()
-
-
-
Method Detail
-
describe
public java.lang.String describe()
Description copied from class:ResultA loggable message to describe the comparison result. Default implementation delegates to toString() but this should generally be overridden as toString() is used in a multitude of contexts.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-