|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.excalibur.i18n.ResourceManager
Manager for resources.
Method Summary | |
static Resources |
getBaseResources(java.lang.String baseName)
Retrieve resource with specified basename. |
static Resources |
getClassResources(java.lang.Class clazz)
Retrieve resource for specified Class. |
static Resources |
getPackageResources(java.lang.Class clazz)
Retrieve resource for specified Classes package. |
static Resources |
getResources(java.lang.String resource)
Retrieve resource for specified name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final Resources getBaseResources(java.lang.String baseName)
baseName
- the basenamepublic static final Resources getResources(java.lang.String resource)
clazz
- the Classpublic static final Resources getPackageResources(java.lang.Class clazz)
clazz
- the Classpublic static final Resources getClassResources(java.lang.Class clazz)
clazz
- the Class
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |