com.samskivert.util
Class ConfigUtil.PropRecord

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<ConfigUtil.PropRecord>
              extended by com.samskivert.util.ConfigUtil.PropRecord
All Implemented Interfaces:
Serializable, Cloneable, Iterable<ConfigUtil.PropRecord>, Collection<ConfigUtil.PropRecord>, List<ConfigUtil.PropRecord>, RandomAccess
Enclosing class:
ConfigUtil

protected static final class ConfigUtil.PropRecord
extends ArrayList<ConfigUtil.PropRecord>

Used when parsing inherited properties.

See Also:
Serialized Form

Field Summary
 String _extends
           
 String[] _overrides
           
 String _package
           
 String path
           
 URL sourceURL
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ConfigUtil.PropRecord(String path, URL sourceURL)
           
 
Method Summary
 boolean equals(Object other)
           
 String toString()
           
 void validate()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Field Detail

_package

public String _package

_overrides

public String[] _overrides

_extends

public String _extends

path

public String path

sourceURL

public URL sourceURL
Constructor Detail

ConfigUtil.PropRecord

public ConfigUtil.PropRecord(String path,
                             URL sourceURL)
Method Detail

validate

public void validate()
              throws IOException
Throws:
IOException

equals

public boolean equals(Object other)
Specified by:
equals in interface Collection<ConfigUtil.PropRecord>
Specified by:
equals in interface List<ConfigUtil.PropRecord>
Overrides:
equals in class AbstractList<ConfigUtil.PropRecord>

toString

public String toString()
Overrides:
toString in class AbstractCollection<ConfigUtil.PropRecord>


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.