|
||||||||||
| 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.picocontainer.gems.util.ConstructableProperties
public class ConstructableProperties
constructable properties.
| Field Summary |
|---|
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
ConstructableProperties(java.io.InputStream stream)
create properties from input stream |
|
ConstructableProperties(java.io.InputStream stream,
java.util.Properties defaults)
create from inpiut stream with default properties |
|
ConstructableProperties(java.lang.String resource)
create properties from classpath resource using context classloader |
|
ConstructableProperties(java.lang.String resource,
java.util.Properties defaults)
|
|
| Method Summary |
|---|
| Methods inherited from class java.util.Properties |
|---|
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML |
| 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 ConstructableProperties(java.lang.String resource)
throws java.io.IOException
resource - resource name
java.io.IOException - passed from Properties.load()
public ConstructableProperties(java.lang.String resource,
java.util.Properties defaults)
throws java.io.IOException
resource - resource namedefaults - default properties
java.io.IOException - can be thrown if something goes wrong
public ConstructableProperties(java.io.InputStream stream)
throws java.io.IOException
stream - to read from
java.io.IOException - can be thrown by properties objkect
public ConstructableProperties(java.io.InputStream stream,
java.util.Properties defaults)
throws java.io.IOException
stream - to read fromdefaults - default properties
java.io.IOException - can be thrown by properties object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||