public class PropertySourcesList extends ArrayList<PropertySource>
modCount| Constructor and Description |
|---|
PropertySourcesList()
Constructs an empty list
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(PropertySource e) |
void |
setExtraSource(PropertySource source)
Allows you to add an extra source to the default list
|
void |
setSources(List<PropertySource> sources) |
String |
toString() |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic boolean add(PropertySource e)
add in interface Collection<PropertySource>add in interface List<PropertySource>add in class ArrayList<PropertySource>public void setExtraSource(PropertySource source)
source - public void setSources(List<PropertySource> sources)
public String toString()
toString in class AbstractCollection<PropertySource>Copyright © 2021 McEvoy Software Ltd. All rights reserved.