public class DatabaseChangeLog extends Object implements Comparable<DatabaseChangeLog>, Conditional
Constructor and Description |
---|
DatabaseChangeLog() |
DatabaseChangeLog(String physicalFilePath) |
Modifier and Type | Method and Description |
---|---|
void |
addChangeSet(ChangeSet changeSet) |
int |
compareTo(DatabaseChangeLog o) |
boolean |
equals(Object o) |
ChangeLogParameters |
getChangeLogParameters() |
ChangeSet |
getChangeSet(RanChangeSet ranChangeSet) |
ChangeSet |
getChangeSet(String path,
String author,
String id) |
List<ChangeSet> |
getChangeSets() |
String |
getFilePath() |
String |
getLogicalFilePath() |
ObjectQuotingStrategy |
getObjectQuotingStrategy() |
String |
getPhysicalFilePath() |
PreconditionContainer |
getPreconditions() |
int |
hashCode() |
void |
setChangeLogParameters(ChangeLogParameters changeLogParameters) |
void |
setLogicalFilePath(String logicalFilePath) |
void |
setObjectQuotingStrategy(ObjectQuotingStrategy objectQuotingStrategy) |
void |
setPhysicalFilePath(String physicalFilePath) |
void |
setPreconditions(PreconditionContainer precond) |
String |
toString() |
void |
validate(Database database,
Contexts contexts) |
void |
validate(Database database,
String... contexts) |
public DatabaseChangeLog()
public DatabaseChangeLog(String physicalFilePath)
public PreconditionContainer getPreconditions()
getPreconditions
in interface Conditional
public void setPreconditions(PreconditionContainer precond)
setPreconditions
in interface Conditional
public ChangeLogParameters getChangeLogParameters()
public void setChangeLogParameters(ChangeLogParameters changeLogParameters)
public String getPhysicalFilePath()
public void setPhysicalFilePath(String physicalFilePath)
public String getLogicalFilePath()
public void setLogicalFilePath(String logicalFilePath)
public String getFilePath()
public ObjectQuotingStrategy getObjectQuotingStrategy()
public void setObjectQuotingStrategy(ObjectQuotingStrategy objectQuotingStrategy)
public int compareTo(DatabaseChangeLog o)
compareTo
in interface Comparable<DatabaseChangeLog>
public void addChangeSet(ChangeSet changeSet)
public void validate(Database database, String... contexts) throws LiquibaseException
LiquibaseException
public void validate(Database database, Contexts contexts) throws LiquibaseException
LiquibaseException
public ChangeSet getChangeSet(RanChangeSet ranChangeSet)
Copyright © 2014 Liquibase.org. All rights reserved.