Package morfologik.tools
Class FSAInfo
- java.lang.Object
-
- morfologik.tools.CliTool
-
- morfologik.tools.FSAInfo
-
- All Implemented Interfaces:
java.util.concurrent.Callable<ExitStatus>
public class FSAInfo extends CliTool
Print extra information about a compiled automaton file.
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.file.Path
input
-
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 (package private) static java.lang.String
byteAsChar(byte v)
Convert a byte to an informative string.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
-
byteAsChar
static java.lang.String byteAsChar(byte v)
Convert a byte to an informative string.
-
main
public static void main(java.lang.String[] args)
-
-