Class LocatableProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.struts2.util.location.LocatableProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>, Locatable

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: