com.xenonsoft.bridgetown.soa.config
Class PropertiesCollectionConfig

java.lang.Object
  extended bycom.xenonsoft.bridgetown.soa.config.MapConfig
      extended bycom.xenonsoft.bridgetown.soa.config.PropertiesCollectionConfig
All Implemented Interfaces:
java.io.Serializable

public class PropertiesCollectionConfig
extends MapConfig

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.

Version:
$Id: PropertiesCollectionConfig.java,v 1.2 2005/02/23 01:31:11 peter_pilgrim Exp $
Author:
peterp, 07-Feb-2005
See Also:
Serialized Form

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

PropertiesCollectionConfig

public PropertiesCollectionConfig()
The default constructor

Method Detail

createMap

protected java.util.Map createMap()
Instance method to create the map object type that allows a subclasser can override the type. This method is called typically inside the constructor

This class uses a java.util.Properties

Overrides:
createMap in class MapConfig
Returns:
list ordered map collection

getProperties

public java.util.Properties getProperties()
Gets the map collection conveniently cast as a Properties object

Returns:
the properties

toString

public java.lang.String toString()
Gets debuggable string

Overrides:
toString in class MapConfig


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.