public class IndexBuild
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
IndexBuild() |
Modifier and Type | Method and Description |
---|---|
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) |
public void run()
run
in interface java.lang.Runnable
public 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.JSpell SDK - Spell Checker for the Java Platform
Copyright © 2009-2019 Page Scholar Inc, All Rights Reserved - https://www.jspell.com