Package | Description |
---|---|
org.jboss.util.property |
An advanced property access, managment and notification system.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
DefaultPropertyReader.getFilenames(String propertyName)
Get an array of filenames to load.
|
static void |
PropertyManager.load(Map map)
Load properties from a map.
|
void |
PropertyMap.load(Map map)
Load properties from a map.
|
static void |
PropertyManager.load(PropertyReader reader)
Load properties from a PropertyReader.
|
void |
PropertyMap.load(PropertyReader reader)
Load properties from a PropertyReader.
|
static void |
PropertyManager.load(String classname)
Load properties from a PropertyReader specifed by the
given class name.
|
void |
PropertyMap.load(String className)
Load properties from a PropertyReader specifed by the given class name.
|
static void |
PropertyManager.load(String prefix,
Map map)
Load properties from a map.
|
void |
PropertyMap.load(String prefix,
Map map)
Load properties from a map.
|
Map |
FilePropertyReader.readProperties()
Read properties from each specified filename
|
Map |
PropertyReader.readProperties()
Read a map of properties from this input source.
|
protected void |
PropertyContainer.throwException(String name) |
protected void |
PropertyContainer.throwException(String name,
String msg) |
protected void |
PropertyContainer.throwException(String name,
String msg,
Throwable nested) |
protected void |
PropertyContainer.throwException(String name,
Throwable nested) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.