Package | Description |
---|---|
org.ops4j.util.i18n |
Resources supporting internationalization.
|
Modifier and Type | Method and Description |
---|---|
static Resources |
ResourceManager.getBaseResources(String baseName)
Retrieve resource with specified basename.
|
static Resources |
ResourceManager.getBaseResources(String baseName,
ClassLoader classLoader)
Retrieve resource with specified basename.
|
static Resources |
ResourceManager.getBaseResources(String baseName,
Locale locale,
ClassLoader classLoader)
Retrieve resource with specified basename.
|
static Resources |
ResourceManager.getClassResources(Class clazz)
Retrieve resource for specified Class.
|
static Resources |
ResourceManager.getClassResources(Class clazz,
Locale locale)
Retrieve resource for specified Class.
|
static Resources |
ResourceManager.getPackageResources(Class clazz)
Retrieve resource for specified Classes package.
|
static Resources |
ResourceManager.getPackageResources(Class clazz,
Locale locale)
Retrieve resource for specified Classes package.
|
static Resources |
ResourceManager.getResources(String name)
Retrieve resource for specified name.
|
Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.