Class ChangeFactory

All Implemented Interfaces:
PluginFactory, SingletonObject

public class ChangeFactory extends AbstractPluginFactory<Change>
Factory class for constructing the correct liquibase.change.Change implementation based on a command name. For XML-based changelogs, the tag name is the command name. Change implementations are looked up via the ServiceLocator.
See Also: