|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.MapConfig
This is an object that stores a map collection of data after parsing the bridgetown XML configuration file. Map collection configuration, it maintains a list of entry configuration elements.
| Field Summary | |
protected java.util.Map |
map
The map collection object |
| Constructor Summary | |
MapConfig()
Default constructor |
|
| Method Summary | |
void |
addEntry(EntryConfig entry)
Add an entry configuration |
protected java.util.Map |
createMap()
Instance method to create the map object type that allows a subclasser can override the type. |
java.util.Map |
getMap()
Gets the map |
java.util.List |
getMapEntryAsList()
Convenience method to return the list collection of entry configurations (shallow copy) |
void |
setMap(java.util.Map map)
Sets the map |
java.lang.String |
toString()
Gets debuggable string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.util.Map map
| Constructor Detail |
public MapConfig()
| Method Detail |
protected java.util.Map createMap()
public java.util.Map getMap()
public void setMap(java.util.Map map)
map - The map to set.public void addEntry(EntryConfig entry)
public java.util.List getMapEntryAsList()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||