Class LocatableProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
com.opensymphony.xwork2.util.location.LocatableProperties
All Implemented Interfaces:
Locatable, Serializable, Cloneable, Map<Object,Object>

public class LocatableProperties extends Properties implements Locatable
Properties implementation that remembers the location of each property. When loaded, a custom properties file parser is used to remember both the line number and preceeding comments for each property entry.
See Also: