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
-
-
Constructor Summary
Constructors Constructor Description GitRemoveCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
createCommandLine(File workingDirectory, List<File> files)
protected ScmResult
executeRemoveCommand(ScmProviderRepository repo, 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, getLogger, setLogger
-
-
-
-
Method Detail
-
executeRemoveCommand
protected ScmResult executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message) throws ScmException
- Specified by:
executeRemoveCommand
in classAbstractRemoveCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(File workingDirectory, List<File> files) throws ScmException
- Throws:
ScmException
-
-