org.bakelite
Class Locales

java.lang.Object
  extended by org.bakelite.Locales

public final class Locales
extends java.lang.Object

Utility class to parse String to Locale instance.

Author:
cchantep

Constructor Summary
Locales()
           
 
Method Summary
static java.util.Locale newInstance(java.lang.String name)
          Create instance of Locale according string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Locales

public Locales()
Method Detail

newInstance

public static java.util.Locale newInstance(java.lang.String name)
Create instance of Locale according string representation.

Parameters:
name - Locale name.
See Also:
Locale.toString()


Copyright © 2008. All Rights Reserved.