|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.arooa.standard.StandardPropertyManager
public class StandardPropertyManager
Standard implementation of a PropertyManager.
| Constructor Summary | |
|---|---|
StandardPropertyManager()
Default Constructor. |
|
StandardPropertyManager(Properties properties)
Constructor with some properties. |
|
StandardPropertyManager(PropertyManager parent)
Constructor the defers first to a parent. |
|
StandardPropertyManager(PropertyManager parent,
Properties properties)
Constructor that defers first to parent, then to given properties. |
|
| Method Summary | |
|---|---|
void |
addPropertyLookup(PropertyLookup propertyLookup)
Add a lookup. |
void |
addPropertyOverride(PropertyLookup propertyLookup)
Add a property overrides. |
String |
lookup(String propertyName)
Return the value of a property, or null if it doesn't exist. |
void |
removePropertyLookup(PropertyLookup propertyLookup)
Remove a lookup. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardPropertyManager()
public StandardPropertyManager(Properties properties)
properties - public StandardPropertyManager(PropertyManager parent)
parent -
public StandardPropertyManager(PropertyManager parent,
Properties properties)
parent - properties - | Method Detail |
|---|
public void addPropertyLookup(PropertyLookup propertyLookup)
PropertyManager
addPropertyLookup in interface PropertyManagerpublic void addPropertyOverride(PropertyLookup propertyLookup)
PropertyManager
addPropertyOverride in interface PropertyManagerpublic void removePropertyLookup(PropertyLookup propertyLookup)
PropertyManager
removePropertyLookup in interface PropertyManagerpublic String lookup(String propertyName)
PropertyLookup
lookup in interface PropertyLookuppropertyName - The name of the property.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||