|
|||||||||
| Home >> All >> org >> apache >> hivemind >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.hivemind.util
Class LocalizedResource

java.lang.Objectorg.apache.hivemind.util.LocalizedResource
- public class LocalizedResource
- extends java.lang.Object
Contains the path to a localized resource and the locale for which it has been localized. This object is immutable.
| Field Summary | |
private java.util.Locale |
_resourceLocale
|
private java.lang.String |
_resourcePath
|
| Constructor Summary | |
LocalizedResource(java.lang.String resourcePath,
java.util.Locale resourceLocale)
|
|
| Method Summary | |
java.util.Locale |
getResourceLocale()
|
java.lang.String |
getResourcePath()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_resourcePath
private java.lang.String _resourcePath
_resourceLocale
private java.util.Locale _resourceLocale
| Constructor Detail |
LocalizedResource
public LocalizedResource(java.lang.String resourcePath, java.util.Locale resourceLocale)
| Method Detail |
getResourceLocale
public java.util.Locale getResourceLocale()
getResourcePath
public java.lang.String getResourcePath()
|
|||||||||
| Home >> All >> org >> apache >> hivemind >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.hivemind.util.LocalizedResource