com.samskivert.util
Class ConfigUtil.PropRecord
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<ConfigUtil.PropRecord>
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
| 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 |
_package
public String _package
_overrides
public String[] _overrides
_extends
public String _extends
path
public String path
sourceURL
public URL sourceURL
ConfigUtil.PropRecord
public ConfigUtil.PropRecord(String path,
URL sourceURL)
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.