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