|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceManager | |
|---|---|
| org.base.apps.util.config | Basic configuration utilities, including ResourceManager. |
| org.base.apps.util.factory | Basic factory API with default implementations. |
| Uses of ResourceManager in org.base.apps.util.config |
|---|
| Subclasses of ResourceManager in org.base.apps.util.config | |
|---|---|
class |
EnvConfig
The root parent for all ResourceManagers and provides direct access
to the "env" configuration bundle. |
| Methods in org.base.apps.util.config that return ResourceManager | |
|---|---|
protected ResourceManager |
ResourceManager.getParent()
Fetches this manager's parent. |
static ResourceManager |
ResourceManager.getResourceManager(CharSequence name)
Factory method for ResourceManagers. |
static ResourceManager |
ResourceManager.getResourceManager(Named name)
Factory method for named ResourceManagers. |
static ResourceManager |
ResourceManager.getResourceManager(Named parent,
Named child)
Factory method for named ResourceManagers that are children
of, and thus inherit properties from, a parent ResourceManager. |
| Methods in org.base.apps.util.config with parameters of type ResourceManager | |
|---|---|
static void |
LogManager.configure(ResourceManager rsrcMgr)
Configure this LogFactory with the given ResourceManager,
which is expected to have a property named "log4j.file". |
protected void |
ResourceManager.setParent(ResourceManager parent)
Sets this manager's parent. |
| Uses of ResourceManager in org.base.apps.util.factory |
|---|
| Methods in org.base.apps.util.factory that return ResourceManager | |
|---|---|
protected ResourceManager |
ConfigurableFactory.rMgr()
|
|
Please visit Base Apps, hosted on Sourceforge.net. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||