Class CommandLineOptions
- java.lang.Object
-
- de.qaware.tools.sqbb.cli.commandline.CommandLineOptions
-
public class CommandLineOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandLineOptions(boolean debug, BranchMode branchMode, ProjectKey projectKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BranchModegetBranchMode()ProjectKeygetProjectKey()booleanisDebug()StringtoString()
-
-
-
Constructor Detail
-
CommandLineOptions
public CommandLineOptions(boolean debug, BranchMode branchMode, ProjectKey projectKey)
-
-
Method Detail
-
isDebug
public boolean isDebug()
-
getBranchMode
public BranchMode getBranchMode()
-
getProjectKey
public ProjectKey getProjectKey()
-
-