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 ScmResultexecuteAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) private booleanfileExistsInFileList(File file, List<File> fileList) Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommand
executeCommandMethods 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:
executeAddCommandin classAbstractAddCommand- Throws:
ScmException
-
executeAddCommand
public AddScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet) throws ScmException - Throws:
ScmException
-
createAddCommand
-
fileExistsInFileList
-