Package | Description |
---|---|
liquibase |
Liquibase top level namespace package.
|
liquibase.changelog | |
liquibase.diff.output | |
liquibase.sql.visitor |
Modifier and Type | Method and Description |
---|---|
static boolean |
ContextExpression.matchesAll(Collection<ContextExpression> expressions,
Contexts contexts) |
Modifier and Type | Method and Description |
---|---|
ContextExpression |
ChangeLogIncludeAll.getContext() |
ContextExpression |
ChangeLogInclude.getContext() |
ContextExpression |
RanChangeSet.getContextExpression() |
ContextExpression |
ChangeSet.getContexts() |
ContextExpression |
DatabaseChangeLog.getContexts() |
ContextExpression |
DatabaseChangeLog.getIncludeContexts() |
ContextExpression |
ChangeLogParameters.ChangeLogParameter.getValidContexts() |
Modifier and Type | Method and Description |
---|---|
Collection<ContextExpression> |
ChangeSet.getInheritableContexts() |
Modifier and Type | Method and Description |
---|---|
boolean |
DatabaseChangeLog.include(String fileName,
boolean isRelativePath,
ResourceAccessor resourceAccessor,
ContextExpression includeContexts,
boolean logEveryUnknownFileFormat) |
void |
DatabaseChangeLog.includeAll(String pathName,
boolean isRelativeToChangelogFile,
IncludeAllFilter resourceFilter,
boolean errorIfMissingOrEmpty,
Comparator<String> resourceComparator,
ResourceAccessor resourceAccessor,
ContextExpression includeContexts) |
void |
ChangeLogParameters.set(String key,
String value,
ContextExpression contexts,
Labels labels,
String databases,
boolean globalParam,
DatabaseChangeLog changeLog) |
void |
ChangeLogIncludeAll.setContext(ContextExpression context) |
void |
ChangeLogInclude.setContext(ContextExpression context) |
void |
DatabaseChangeLog.setContexts(ContextExpression contexts) |
void |
DatabaseChangeLog.setIncludeContexts(ContextExpression includeContexts) |
Constructor and Description |
---|
ChangeLogParameter(String key,
Object value,
ContextExpression validContexts,
Labels labels,
List<String> validDatabases,
boolean globalParam,
DatabaseChangeLog changeLog) |
RanChangeSet(ChangeSet changeSet,
ChangeSet.ExecType execType,
ContextExpression contexts,
Labels labels) |
RanChangeSet(String changeLog,
String id,
String author,
CheckSum lastCheckSum,
Date dateExecuted,
String tag,
ChangeSet.ExecType execType,
String description,
String comments,
ContextExpression contextExpression,
Labels labels,
String deploymentId) |
Modifier and Type | Method and Description |
---|---|
ContextExpression |
DiffOutputControl.getContext() |
Modifier and Type | Method and Description |
---|---|
DiffOutputControl |
DiffOutputControl.setContext(ContextExpression contextExpression) |
Modifier and Type | Method and Description |
---|---|
ContextExpression |
AbstractSqlVisitor.getContexts() |
ContextExpression |
SqlVisitor.getContexts() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSqlVisitor.setContexts(ContextExpression contexts) |
void |
SqlVisitor.setContexts(ContextExpression contexts) |
Copyright © 2019 Liquibase.org. All rights reserved.