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, stringPropertyNames
clear, 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, values
public LocatableProperties()
public LocatableProperties(Location loc)
public void load(InputStream in) throws IOException
load
in class Properties
IOException
public Location getLocation()
Locatable
getLocation
in interface Locatable
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.