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 String |
DEFAULT_PROPERTY_NAME
Default property name to read filenames from
|
filenames
Constructor and Description |
---|
DefaultPropertyReader()
Construct a DefaultPropertyReader.
|
DefaultPropertyReader(String propertyName)
Construct a DefaultPropertyReader with a specified property
name.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
getFilenames(String propertyName)
Get an array of filenames to load.
|
getInputStream, loadProperties, readProperties
public static final String DEFAULT_PROPERTY_NAME
public DefaultPropertyReader(String propertyName)
propertyName
- Property name.public DefaultPropertyReader()
public static String[] getFilenames(String propertyName) throws PropertyException
propertyName
- Property to read filenames from.PropertyException
Copyright © 2018 JBoss by Red Hat. All rights reserved.