org.mmbase.util.xml
Class URIResolver.EntryList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended byorg.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

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
URIResolver.EntryList()
           
 
Method Summary
 boolean add(Object o)
           
 URIResolver.EntryList add(String p, File d)
          Deprecated.  
 URIResolver.EntryList add(String p, URL u)
           
 
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
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Constructor Detail

URIResolver.EntryList

public URIResolver.EntryList()
Method Detail

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