|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.MapConfig
com.xenonsoft.bridgetown.soa.config.PropertiesCollectionConfig
This is an object that stores a Properties collection of data
after parsing the bridgetown XML configuration file.
Properties collection configuration, it maintains a
list of entry configuration elements.
| Field Summary |
| Fields inherited from class com.xenonsoft.bridgetown.soa.config.MapConfig |
map |
| Constructor Summary | |
PropertiesCollectionConfig()
The default constructor |
|
| Method Summary | |
protected java.util.Map |
createMap()
Instance method to create the map object type that allows a subclasser can override the type. |
java.util.Properties |
getProperties()
Gets the map collection conveniently cast as a Properties object |
java.lang.String |
toString()
Gets debuggable string |
| Methods inherited from class com.xenonsoft.bridgetown.soa.config.MapConfig |
addEntry, getMap, getMapEntryAsList, setMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PropertiesCollectionConfig()
| Method Detail |
protected java.util.Map createMap()
This class uses a java.util.Properties
createMap in class MapConfigpublic java.util.Properties getProperties()
Properties object
public java.lang.String toString()
toString in class MapConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||