org.sapia.soto.config.types
Class PropertiesType

java.lang.Object
  extended by org.sapia.soto.config.types.PropertiesType
All Implemented Interfaces:
EnvAware, org.sapia.util.xml.confix.ObjectCreationCallback

public class PropertiesType
extends java.lang.Object
implements org.sapia.util.xml.confix.ObjectCreationCallback, EnvAware

Evaluates to a java.util.Properties instance.

Author:
yduchesne

Nested Class Summary
static class PropertiesType.PropertyParam
           
 
Constructor Summary
PropertiesType()
          Creates a new instance of MapType
 
Method Summary
 PropertiesType.PropertyParam createProperty()
           
 java.lang.Object onCreate()
           
 void setEnv(Env env)
           
 void setUri(java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesType

public PropertiesType()
Creates a new instance of MapType

Method Detail

createProperty

public PropertiesType.PropertyParam createProperty()

setEnv

public void setEnv(Env env)
Specified by:
setEnv in interface EnvAware
Parameters:
env - an Env instance that indirectly corresponds to the Soto container to which this instance belongs.

setUri

public void setUri(java.lang.String uri)

onCreate

public java.lang.Object onCreate()
                          throws org.sapia.util.xml.confix.ConfigurationException
Specified by:
onCreate in interface org.sapia.util.xml.confix.ObjectCreationCallback
Throws:
org.sapia.util.xml.confix.ConfigurationException


Copyright © 2010 Sapia OSS. All Rights Reserved.