|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
org.ofbiz.base.util.UtilProperties.ExtendedProperties
public static class UtilProperties.ExtendedProperties
Custom Properties class. Extended from Properties to add support for the OFBiz custom XML file format.
| Field Summary |
|---|
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
UtilProperties.ExtendedProperties()
|
|
UtilProperties.ExtendedProperties(java.util.Properties defaults)
|
|
UtilProperties.ExtendedProperties(java.net.URL url,
java.util.Locale locale)
|
|
| Method Summary | |
|---|---|
void |
loadFromXML(java.io.InputStream in)
|
| Methods inherited from class java.util.Properties |
|---|
getProperty, getProperty, list, list, load, load, 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, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UtilProperties.ExtendedProperties()
public UtilProperties.ExtendedProperties(java.util.Properties defaults)
public UtilProperties.ExtendedProperties(java.net.URL url,
java.util.Locale locale)
throws java.io.IOException,
java.util.InvalidPropertiesFormatException
java.io.IOException
java.util.InvalidPropertiesFormatException| Method Detail |
|---|
public void loadFromXML(java.io.InputStream in)
throws java.io.IOException,
java.util.InvalidPropertiesFormatException
loadFromXML in class java.util.Propertiesjava.io.IOException
java.util.InvalidPropertiesFormatException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||