| Package | Description |
|---|---|
| liquibase | |
| 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 |
ChangeLogInclude.getContext() |
ContextExpression |
ChangeLogIncludeAll.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) |
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 |
ChangeLogInclude.setContext(ContextExpression context) |
void |
ChangeLogIncludeAll.setContext(ContextExpression context) |
void |
DatabaseChangeLog.setContexts(ContextExpression contexts) |
void |
DatabaseChangeLog.setIncludeContexts(ContextExpression includeContexts) |
| Constructor and Description |
|---|
ChangeLogParameters.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 © 2018 Liquibase.org. All rights reserved.