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
public class JazzAddCommand extends AbstractAddCommand
-
-
Constructor Summary
Constructors Constructor Description JazzAddCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JazzScmCommand
createAddCommand(ScmProviderRepository repo, ScmFileSet fileSet)
AddScmResult
executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet)
protected ScmResult
executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, boolean binary)
private boolean
fileExistsInFileList(java.io.File file, java.util.List<java.io.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
-
-
-
-
Method Detail
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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
public JazzScmCommand createAddCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
fileExistsInFileList
private boolean fileExistsInFileList(java.io.File file, java.util.List<java.io.File> fileList)
-
-