public static class URIResolver.EntryList extends ArrayList<URIResolver.Entry> implements Serializable
modCount| Constructor and Description |
|---|
EntryList() |
| Modifier and Type | Method and Description |
|---|---|
URIResolver.EntryList |
add(String p,
ClassLoader cl) |
URIResolver.EntryList |
add(String p,
File d)
Deprecated.
|
URIResolver.EntryList |
add(String p,
URL u) |
add, 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, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic URIResolver.EntryList add(String p, File d)
IllegalArgumentException - if d is not a directory.public URIResolver.EntryList add(String p, URL u)
public URIResolver.EntryList add(String p, ClassLoader cl)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}