hudson.plugins.translation
Class Locales.Entry

java.lang.Object
  extended by hudson.plugins.translation.Locales.Entry
Enclosing class:
Locales

public static final class Locales.Entry
extends Object


Field Summary
 String code
          Locale identifier like "ja" or "en_US".
 String lcode
          The same as code, but in lower case.
 Locale locale
           
 String name
          Human readable display name of this locale, like "Japanese"
 
Constructor Summary
Locales.Entry(String name, String code)
           
 
Method Summary
 boolean matchesRequestLocale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name
Human readable display name of this locale, like "Japanese"


code

public final String code
Locale identifier like "ja" or "en_US".


lcode

public final String lcode
The same as code, but in lower case.


locale

public final Locale locale
Constructor Detail

Locales.Entry

public Locales.Entry(String name,
                     String code)
Method Detail

matchesRequestLocale

public boolean matchesRequestLocale()


Copyright © 2004-2012 Hudson. All Rights Reserved.