public class ConstructableProperties extends Properties
defaults| Constructor and Description |
|---|
ConstructableProperties(InputStream stream)
create properties from input stream
|
ConstructableProperties(InputStream stream,
Properties defaults)
create from inpiut stream with default properties
|
ConstructableProperties(String resource)
create properties from classpath resource using context classloader
|
ConstructableProperties(String resource,
Properties defaults) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamespublic ConstructableProperties(String resource) throws IOException
resource - resource nameIOException - passed from Properties.load()public ConstructableProperties(String resource, Properties defaults) throws IOException
resource - resource namedefaults - default propertiesIOException - can be thrown if something goes wrongpublic ConstructableProperties(InputStream stream) throws IOException
stream - to read fromIOException - can be thrown by properties objkectpublic ConstructableProperties(InputStream stream, Properties defaults) throws IOException
stream - to read fromdefaults - default propertiesIOException - can be thrown by properties objectCopyright © 2003-2014 Codehaus. All Rights Reserved.