|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pt.tumba.spell.JaSpell
public class JaSpell
This class provides a command line interface for the spelling checking package, similar in style to that of Aspell, also serving as an example of how to use the package from another Java program.
SpellChecker
Field Summary | |
---|---|
private SpellChecker |
spellCheck
The spelling checker. |
Constructor Summary | |
---|---|
JaSpell()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method. |
static void |
printUsage()
Print the command line options to the standard output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private SpellChecker spellCheck
Constructor Detail |
---|
public JaSpell()
Method Detail |
---|
public static void printUsage()
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line input, tokenized.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |