Class JazzAddCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.add.AbstractAddCommand
org.apache.maven.scm.provider.jazz.command.add.JazzAddCommand
- All Implemented Interfaces:
Command
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAddCommand
(ScmProviderRepository repo, ScmFileSet fileSet) executeAddCommand
(ScmProviderRepository repo, ScmFileSet fileSet) protected ScmResult
executeAddCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) private boolean
fileExistsInFileList
(File file, List<File> fileList) Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
JazzAddCommand
public JazzAddCommand()
-
-
Method Details
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException - Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-
executeAddCommand
public AddScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet) throws ScmException - Throws:
ScmException
-
createAddCommand
-
fileExistsInFileList
-