|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmorfologik.tools.Text2FSA5
public final class Text2FSA5
Convert from plain text input to FSA5.
| Field Summary | |
|---|---|
protected Options |
options
Command line options. |
| Constructor Summary | |
|---|---|
Text2FSA5()
|
|
| Method Summary | |
|---|---|
protected void |
go(CommandLine line)
Command line entry point after parsing arguments. |
protected void |
go(String[] args)
Initializes application context. |
protected void |
initializeOptions(Options options)
Override and initialize options. |
protected boolean |
isAvailable()
Is the tool available? |
static void |
main(String[] args)
Command line entry point. |
protected void |
printError(String msg)
Print an error without an exception. |
protected void |
printError(String msg,
Throwable t)
Print an error and an associated exception. |
protected void |
printUsage()
Prints usage (options). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Options options
| Constructor Detail |
|---|
public Text2FSA5()
| Method Detail |
|---|
protected void go(CommandLine line)
throws Exception
Exceptionprotected void printUsage()
protected void initializeOptions(Options options)
public static void main(String[] args)
throws Exception
Exceptionprotected final void go(String[] args)
protected void printError(String msg,
Throwable t)
protected void printError(String msg)
protected boolean isAvailable()
true by default.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||