Class JGitRemoveCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.remove.AbstractRemoveCommand
org.apache.maven.scm.provider.git.jgit.command.remove.JGitRemoveCommand
- All Implemented Interfaces:
Command
,GitCommand
- Since:
- 2.0.0-M2
- Author:
- Georg Tsakumagos
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScmResult
executeRemoveCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message) Methods inherited from class org.apache.maven.scm.command.remove.AbstractRemoveCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
Constructor Details
-
JGitRemoveCommand
public JGitRemoveCommand()
-
-
Method Details
-
executeRemoveCommand
protected ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) throws ScmException - Specified by:
executeRemoveCommand
in classAbstractRemoveCommand
- Throws:
ScmException
-