Package io.milton.http.webdav
Class PropertySourcesList
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<PropertySource>,Collection<PropertySource>,List<PropertySource>,RandomAccess
- Author:
- brad
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetExtraSource(PropertySource source) Allows you to add an extra source to the default listvoidsetSources(List<PropertySource> sources) toString()Methods inherited from class java.util.ArrayList
add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAllMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
PropertySourcesList
public PropertySourcesList()Constructs an empty list
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection<PropertySource>- Specified by:
addin interfaceList<PropertySource>- Overrides:
addin classArrayList<PropertySource>
-
setExtraSource
Allows you to add an extra source to the default list- Parameters:
source-
-
setSources
-
toString
- Overrides:
toStringin classAbstractCollection<PropertySource>
-