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
 
 public class JGitRemoveCommand extends AbstractRemoveCommand implements GitCommand - Since:
- 2.0.0-M2
- Author:
- Georg Tsakumagos
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description JGitRemoveCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScmResultexecuteRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)- 
Methods inherited from class org.apache.maven.scm.command.remove.AbstractRemoveCommandexecuteCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
JGitRemoveCommandpublic JGitRemoveCommand() 
 
- 
 - 
Method Detail- 
executeRemoveCommandprotected ScmResult executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) throws ScmException - Specified by:
- executeRemoveCommandin class- AbstractRemoveCommand
- Throws:
- ScmException
 
 
- 
 
-