|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.text.LocalStringList
public final class LocalStringList
A localized list of Strings.
| Method Summary | |
|---|---|
boolean |
contains(String word)
|
String |
getLocaleName()
|
static LocalStringList |
getLocalList(String baseName,
String ext)
Get the appropriate LocalStringList. |
static LocalStringList |
getLocalList(String baseName,
String ext,
Locale locale)
Get the appropriate LocalStringList. |
boolean |
isEmpty()
|
Iterator<String> |
iterator()
|
static LocalStringList |
loadList(String baseFileName,
String localeName,
String ext)
|
void |
setParent(LocalStringList parent)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getLocaleName()
public void setParent(LocalStringList parent)
public boolean isEmpty()
public boolean contains(String word)
public Iterator<String> iterator()
public static LocalStringList getLocalList(String baseName,
String ext)
throws IOException
baseName -
IOException
public static LocalStringList getLocalList(String baseName,
String ext,
Locale locale)
throws IOException
baseName - see class description.locale - see class description.
IOException
public static LocalStringList loadList(String baseFileName,
String localeName,
String ext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||