public class ResourcesTreeProperties extends Properties
defaults| Constructor and Description |
|---|
ResourcesTreeProperties(String propertyFileName,
String resourceDirectory,
Properties parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyProperties(Properties props) |
Object |
get(Object key) |
Properties |
getParent() |
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
String |
getPropertyFileName() |
String |
getPropertyFromTop(String key) |
String |
getResourceDirectory() |
boolean |
hasParent() |
Object |
put(Object key,
Object value) |
list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamespublic ResourcesTreeProperties(String propertyFileName, String resourceDirectory, Properties parent)
public String getResourceDirectory()
public String getPropertyFileName()
public boolean hasParent()
public Properties getParent()
public String getProperty(String key)
getProperty in class Propertiespublic String getProperty(String key, String defaultValue)
getProperty in class Propertiespublic void copyProperties(Properties props)
Copyright © 2014 LSST. All rights reserved.