Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


oracle.tip.pc.services.identity.config
Class ConfigurationProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by oracle.tip.pc.services.identity.config.ConfigurationProperties

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>
Direct Known Subclasses:
Configuration, ConnectionCfg, ControlsCfg, ISConfiguration, PoolCfg, ProviderCfg, SearchControlsCfg

public class ConfigurationProperties
extends java.util.Properties

Represents properties associated with a configuration.

Since:
beta 2
See Also:
Serialized Form

Constructor Summary
ConfigurationProperties()
          Default constructor
ConfigurationProperties(org.w3c.dom.Element element)
          Constructor
ConfigurationProperties(java.util.List<PropertyType> props)
           
ConfigurationProperties(java.util.Properties props)
          Constructor

 

Method Summary
 java.lang.String toString()
           

 

Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames

 

Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, values

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ConfigurationProperties

public ConfigurationProperties()
Default constructor

ConfigurationProperties

public ConfigurationProperties(java.util.Properties props)
Constructor
Parameters:
props - a default properties

ConfigurationProperties

public ConfigurationProperties(org.w3c.dom.Element element)
Constructor
Parameters:
element - a Element

ConfigurationProperties

public ConfigurationProperties(java.util.List<PropertyType> props)

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.util.Hashtable<java.lang.Object,java.lang.Object>

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.