Package cz.vutbr.fit.layout.tools.cmd
Class Dump
- java.lang.Object
-
- cz.vutbr.fit.layout.tools.CliCommand
-
- cz.vutbr.fit.layout.tools.cmd.Dump
-
public class Dump extends CliCommand implements Callable<Integer>
- Author:
- burgetr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Dump.Format
-
Field Summary
Fields Modifier and Type Field Description protected Dump.Format
format
protected boolean
help
protected File
outfile
-
Constructor Summary
Constructors Constructor Description Dump()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
call()
static String
getTypeForFormat(Dump.Format format)
-
Methods inherited from class cz.vutbr.fit.layout.tools.CliCommand
errNoAreaTree, errNoArtifact, errNoPage, errNoRepo, getCli, printError, setCli
-
-
-
-
Field Detail
-
help
protected boolean help
-
outfile
protected File outfile
-
format
protected Dump.Format format
-
-