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 booleanhelpprotected StringpathSuffixprotected cz.vutbr.fit.layout.tools.cmd.UseRepository.RepositoryTyperepositoryType
-
Constructor Summary
Constructors Constructor Description UseRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercall()-
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
-
-