|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jspell.console.IndexBuild
public class IndexBuild
Utility class to build a JSpell Index. Use the Console application or see the examples in the com.jspell.demo package.
| Constructor Summary | |
|---|---|
IndexBuild()
|
|
| Method Summary | |
|---|---|
void |
build()
|
java.lang.String |
getDict()
Getter for property dict. |
java.lang.String |
getIndexCountry()
Getter for property indexCountry. |
java.lang.String |
getIndexLanguage()
Getter for property indexLanguage. |
java.lang.String |
getVersion()
Getter for property version. |
static boolean |
ISOValidate(java.lang.String language,
java.lang.String country)
Validates the ISO language and country codes against the ISO standards. |
void |
run()
|
void |
setDict(java.lang.String dict)
Setter for property dict. |
void |
setIndexCountry(java.lang.String indexCountry)
Setter for property indexCountry. |
void |
setIndexLanguage(java.lang.String indexLanguage)
Setter for property indexLanguage. |
void |
setVersion(java.lang.String version)
Setter for property version. |
static char |
swap(char value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexBuild()
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablepublic void build()
public static char swap(char value)
public static boolean ISOValidate(java.lang.String language,
java.lang.String country)
language - a String.country - a String.
public java.lang.String getIndexLanguage()
public void setIndexLanguage(java.lang.String indexLanguage)
indexLanguage - New value of property indexLanguage.public java.lang.String getIndexCountry()
public void setIndexCountry(java.lang.String indexCountry)
indexCountry - New value of property indexCountry.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - New value of property version.public java.lang.String getDict()
public void setDict(java.lang.String dict)
dict - New value of property dict.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||