|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
oracle.tip.pc.services.identity.config.ConfigurationProperties
public class ConfigurationProperties
Represents properties associated with a configuration.
| 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 |
|---|
public ConfigurationProperties()
public ConfigurationProperties(java.util.Properties props)
props - a default propertiespublic ConfigurationProperties(org.w3c.dom.Element element)
element - a Elementpublic ConfigurationProperties(java.util.List<PropertyType> props)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.util.Hashtable<java.lang.Object,java.lang.Object>
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||