|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.process.properties.BaseWorkProperties
org.writersforge.catalan.process.properties.MapProperties
IWorkProperties which wraps a Map object.
| Constructor Summary | |
MapProperties(java.util.Map map)
Creates a new instance of MapProperties. |
|
| Method Summary | |
java.lang.Object |
getProperty(java.lang.String name)
Retrieves the value of a named config property from the embedded Map. |
java.lang.String[] |
getPropertyNames()
Retrieves the names of all properties currently set on this holder. |
| Methods inherited from class org.writersforge.catalan.process.properties.BaseWorkProperties |
asMap, asMap, getPropertyAsBoolean, getPropertyAsDatum, getPropertyAsMap, getPropertyAsNumber, getPropertyAsString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MapProperties(java.util.Map map)
throws WorkPropertyException
map - Map object to wrap
WorkPropertyException - if the Map contains any non-String keys| Method Detail |
public java.lang.String[] getPropertyNames()
public java.lang.Object getProperty(java.lang.String name)
name - property name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||