Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.hivemind.util
Class LocalizedResource  view LocalizedResource download LocalizedResource.java

java.lang.Object
  extended byorg.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()