Class LocaleSupportedCharsetsEntry
- java.lang.Object
-
- com.sun.identity.console.service.model.LocaleSupportedCharsetsEntry
-
public class LocaleSupportedCharsetsEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringstrCharsetsStringstrLocale
-
Constructor Summary
Constructors Constructor Description LocaleSupportedCharsetsEntry(String formatedStr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValid()static StringtoString(String locale, String charsets)static voidvalidate(Set allCharSets, String strLocale)
-
-
-
Constructor Detail
-
LocaleSupportedCharsetsEntry
public LocaleSupportedCharsetsEntry(String formatedStr)
-
-
Method Detail
-
isValid
public boolean isValid()
-
validate
public static void validate(Set allCharSets, String strLocale) throws AMConsoleException
- Throws:
AMConsoleException
-
-