Uses of Class
liquibase.Labels

Packages that use Labels
liquibase   
liquibase.changelog   
liquibase.diff.output   
liquibase.sql.visitor   
 

Uses of Labels in liquibase
 

Methods in liquibase with parameters of type Labels
 boolean LabelExpression.matches(Labels runtimeLabels)
          Returns true if the passed runtime labels match this label expression
 

Uses of Labels in liquibase.changelog
 

Methods in liquibase.changelog that return Labels
 Labels ChangeLogParameters.ChangeLogParameter.getLabels()
           
 Labels RanChangeSet.getLabels()
           
 Labels ChangeSet.getLabels()
           
 

Methods in liquibase.changelog with parameters of type Labels
 void ChangeLogParameters.set(String key, String value, ContextExpression contexts, Labels labels, String databases, boolean globalParam, DatabaseChangeLog changeLog)
           
 void ChangeSet.setLabels(Labels labels)
           
 

Constructors in liquibase.changelog with parameters of type Labels
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)
           
 

Uses of Labels in liquibase.diff.output
 

Methods in liquibase.diff.output that return Labels
 Labels DiffOutputControl.getLabels()
           
 

Methods in liquibase.diff.output with parameters of type Labels
 DiffOutputControl DiffOutputControl.setLabels(Labels labels)
           
 

Uses of Labels in liquibase.sql.visitor
 

Methods in liquibase.sql.visitor that return Labels
 Labels SqlVisitor.getLabels()
           
 Labels AbstractSqlVisitor.getLabels()
           
 

Methods in liquibase.sql.visitor with parameters of type Labels
 void SqlVisitor.setLabels(Labels labels)
           
 void AbstractSqlVisitor.setLabels(Labels labels)
           
 



Copyright © 2016 Liquibase.org. All rights reserved.