public class LocatableProperties extends Properties implements Locatable
defaults| Constructor and Description | 
|---|
| LocatableProperties() | 
| LocatableProperties(Location loc) | 
| Modifier and Type | Method and Description | 
|---|---|
| Location | getLocation()Get the location of this object | 
| Location | getPropertyLocation(String key) | 
| void | load(InputStream in) | 
| Object | setProperty(String key,
           String value,
           Object locationObj) | 
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic LocatableProperties()
public LocatableProperties(Location loc)
public void load(InputStream in) throws IOException
load in class PropertiesIOExceptionpublic Location getLocation()
LocatablegetLocation in interface LocatableCopyright © 2000–2025 Apache Software Foundation. All rights reserved.