liquibase
Class Labels

java.lang.Object
  extended by liquibase.Labels

public class Labels
extends Object


Constructor Summary
Labels()
           
Labels(Collection<String> labels)
           
Labels(String... labels)
           
Labels(String labels)
           
 
Method Summary
 boolean add(String label)
           
 Set<String> getLabels()
           
 boolean isEmpty()
           
 boolean remove(String label)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Labels

public Labels()

Labels

public Labels(String... labels)

Labels

public Labels(String labels)

Labels

public Labels(Collection<String> labels)
Method Detail

add

public boolean add(String label)

remove

public boolean remove(String label)

toString

public String toString()
Overrides:
toString in class Object

isEmpty

public boolean isEmpty()

getLabels

public Set<String> getLabels()


Copyright © 2015 Liquibase.org. All rights reserved.