public class Contexts extends Object
Contexts()
Contexts(Collection<String> contexts)
Contexts(String... contexts)
Contexts(String contexts)
boolean
add(String context)
Set<String>
getContexts()
isEmpty()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Contexts()
public Contexts(String... contexts)
public Contexts(String contexts)
public Contexts(Collection<String> contexts)
public boolean add(String context)
public String toString()
toString
Object
public boolean isEmpty()
public Set<String> getContexts()
Copyright © 2018 Liquibase.org. All rights reserved.