|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectliquibase.Contexts
public class Contexts
List of contexts Liquibase is running under.
| Constructor Summary | |
|---|---|
Contexts()
|
|
Contexts(Collection<String> contexts)
|
|
Contexts(String... contexts)
|
|
Contexts(String contexts)
|
|
| Method Summary | |
|---|---|
boolean |
add(String context)
|
Set<String> |
getContexts()
|
boolean |
isEmpty()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Contexts()
public Contexts(String... contexts)
public Contexts(String contexts)
public Contexts(Collection<String> contexts)
| Method Detail |
|---|
public boolean add(String context)
public String toString()
toString in class Objectpublic boolean isEmpty()
public Set<String> getContexts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||