Package liquibase.plugin
Class AbstractPlugin
java.lang.Object
liquibase.AbstractExtensibleObject
liquibase.plugin.AbstractPlugin
- All Implemented Interfaces:
Cloneable
,ExtensibleObject
,Plugin
- Direct Known Subclasses:
AbstractChange
Convenience base class for Plugin implementations. Consider extending this rather than implementing Plugin for better future-compatibility.
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Constructor Summary
-
Method Summary
Methods inherited from class liquibase.AbstractExtensibleObject
clone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toString
-
Constructor Details
-
AbstractPlugin
public AbstractPlugin()
-