public class Contexts extends HashSet<String>
| Constructor and Description |
|---|
Contexts() |
Contexts(Collection<String> contexts) |
Contexts(String... contexts) |
Contexts(String contexts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String s) |
String |
toString() |
clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArrayfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic Contexts()
public Contexts(String... contexts)
public Contexts(String contexts)
public Contexts(Collection<String> contexts)
Copyright © 2014 Liquibase.org. All rights reserved.