org.mmbase.util.xml
Class URIResolver.EntryList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.mmbase.util.xml.URIResolver.EntryList
- All Implemented Interfaces:
- Cloneable, Collection, List, RandomAccess, Serializable
- Enclosing class:
- URIResolver
- public static class URIResolver.EntryList
- extends ArrayList
This is a list of prefix/directory pairs which is used in the constructor of URIResolver.
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
URIResolver.EntryList
public URIResolver.EntryList()
add
public boolean add(Object o)
- Throws:
IllegalArgumentException - If you don't add an Entry.
add
public URIResolver.EntryList add(String p,
File d)
- Deprecated.
- Adds an prefix/dir entry to the List.
- Returns:
- The list again, so you can easily 'chain' a few.
- Throws:
IllegalArgumentException - if d is not a directory.
add
public URIResolver.EntryList add(String p,
URL u)
MMBase build 1.8.1.20060716