Package morfologik.tools
Class FSADecompile
- java.lang.Object
-
- morfologik.tools.CliTool
-
- morfologik.tools.FSADecompile
-
- All Implemented Interfaces:
java.util.concurrent.Callable<ExitStatus>
- Direct Known Subclasses:
FSADump
public class FSADecompile extends CliTool
Dump all byte sequences encoded in a finite state automaton.
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.file.Path
input
private java.nio.file.Path
output
-
Fields inherited from class morfologik.tools.CliTool
ARG_OVERWRITE, ARG_VALIDATE
-
-
Constructor Summary
Constructors Constructor Description FSADecompile()
FSADecompile(java.nio.file.Path input, java.nio.file.Path output)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExitStatus
call()
static void
main(java.lang.String[] args)
-
Methods inherited from class morfologik.tools.CliTool
checkNotNull, main, main, printf, setCallSystemExit
-
-
-
-
Method Detail
-
call
public ExitStatus call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
-