com.opensymphony.xwork2.util.location
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>
- Direct Known Subclasses:
- DefaultConfiguration.ContainerProperties
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:
- Serialized Form
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
location
Location location
propLocations
Map<String,Location> propLocations
LocatableProperties
public LocatableProperties()
LocatableProperties
public LocatableProperties(Location loc)
load
public void load(InputStream in)
throws IOException
- Overrides:
load
in class Properties
- Throws:
IOException
convertCommentsToString
String convertCommentsToString(List<String> lines)
setProperty
public Object setProperty(String key,
String value,
Object locationObj)
getPropertyLocation
public Location getPropertyLocation(String key)
getLocation
public Location getLocation()
- Description copied from interface:
Locatable
- Get the location of this object
- Specified by:
getLocation
in interface Locatable
- Returns:
- the location
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.