Uses of Class
liquibase.Labels

Packages that use Labels
liquibase   
liquibase.changelog   
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 ChangeSet.getLabels()
           
 

Methods in liquibase.changelog with parameters of type Labels
 void ChangeLogParameters.set(String key, String value, ContextExpression contexts, Labels labels, String databases)
           
 void ChangeSet.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 © 2015 Liquibase.org. All rights reserved.