Class GitRemoveCommand
- java.lang.Object
- 
- org.apache.maven.scm.command.AbstractCommand
- 
- org.apache.maven.scm.command.remove.AbstractRemoveCommand
- 
- org.apache.maven.scm.provider.git.gitexe.command.remove.GitRemoveCommand
 
 
 
- 
- All Implemented Interfaces:
- Command,- GitCommand
 
 public class GitRemoveCommand extends AbstractRemoveCommand implements GitCommand - Author:
- Mark Struberg, Olivier Lamy
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description GitRemoveCommand()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(File workingDirectory, List<File> files)protected ScmResultexecuteRemoveCommand(ScmProviderRepository repo, 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- 
GitRemoveCommandpublic GitRemoveCommand() 
 
- 
 - 
Method Detail- 
executeRemoveCommandprotected ScmResult executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message) throws ScmException - Specified by:
- executeRemoveCommandin class- AbstractRemoveCommand
- Throws:
- ScmException
 
 - 
createCommandLinepublic static org.codehaus.plexus.util.cli.Commandline createCommandLine(File workingDirectory, List<File> files) throws ScmException - Throws:
- ScmException
 
 
- 
 
-