Package morfologik.tools
Class FSAInfo
- java.lang.Object
-
- morfologik.tools.CliTool
-
- morfologik.tools.FSAInfo
-
- All Implemented Interfaces:
Callable<ExitStatus>
public class FSAInfo extends CliTool
Print extra information about a compiled automaton file.
-
-
Field Summary
-
Fields inherited from class morfologik.tools.CliTool
ARG_OVERWRITE, ARG_VALIDATE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExitStatus
call()
static void
main(String[] args)
-
Methods inherited from class morfologik.tools.CliTool
checkNotNull, main, main, printf, setCallSystemExit
-
-
-
-
Constructor Detail
-
FSAInfo
public FSAInfo(Path input)
-
-
Method Detail
-
call
public ExitStatus call() throws Exception
- Throws:
Exception
-
main
public static void main(String[] args)
-
-