morfologik.tools
Class FSADumpTool

java.lang.Object
  extended by morfologik.tools.BaseCommandLineTool
      extended by morfologik.tools.FSADumpTool

public final class FSADumpTool
extends BaseCommandLineTool

This utility will dump the information and contents of a given FSA dictionary.


Field Summary
 
Fields inherited from class morfologik.tools.BaseCommandLineTool
cliOptions, logger
 
Constructor Summary
FSADumpTool()
           
 
Method Summary
protected  void go(org.apache.commons.cli.CommandLine line)
          Override and write your stuff using command line options.
protected  void initializeOptions(org.apache.commons.cli.Options options)
          Command line options for the tool.
static void main(java.lang.String[] args)
          Program's entry point.
 
Methods inherited from class morfologik.tools.BaseCommandLineTool
getLogger, go, printUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSADumpTool

public FSADumpTool()
Method Detail

go

protected void go(org.apache.commons.cli.CommandLine line)
           throws java.lang.Exception
Description copied from class: BaseCommandLineTool
Override and write your stuff using command line options.

Specified by:
go in class BaseCommandLineTool
Throws:
java.lang.Exception

initializeOptions

protected void initializeOptions(org.apache.commons.cli.Options options)
Command line options for the tool.

Specified by:
initializeOptions in class BaseCommandLineTool

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Program's entry point.

Throws:
java.lang.Exception