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 classDump.Format
-
Field Summary
Fields Modifier and Type Field Description protected Dump.Formatformatprotected booleanhelpprotected Fileoutfile
-
Constructor Summary
Constructors Constructor Description Dump()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercall()static StringgetTypeForFormat(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
-
-