public final class DefaultPropertyReader extends FilePropertyReader
Unless otherwise specified, propertie filenames will be read from the org.jboss.properties singleton or array property.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_PROPERTY_NAME
Default property name to read filenames from
|
filenames| Constructor and Description |
|---|
DefaultPropertyReader()
Construct a DefaultPropertyReader.
|
DefaultPropertyReader(java.lang.String propertyName)
Construct a DefaultPropertyReader with a specified property
name.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getFilenames(java.lang.String propertyName)
Get an array of filenames to load.
|
getInputStream, loadProperties, readPropertiespublic static final java.lang.String DEFAULT_PROPERTY_NAME
public DefaultPropertyReader(java.lang.String propertyName)
propertyName - Property name.public DefaultPropertyReader()
public static java.lang.String[] getFilenames(java.lang.String propertyName)
throws PropertyException
propertyName - Property to read filenames from.PropertyException