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
- Author:
- Mark Struberg, Olivier Lamy
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.AbstractRemoveCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
Constructor Details
-
GitRemoveCommand
public GitRemoveCommand()
-
-
Method Details
-
executeRemoveCommand
protected ScmResult executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message) throws ScmException - Specified by:
executeRemoveCommandin classAbstractRemoveCommand- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(File workingDirectory, List<File> files) throws ScmException - Throws:
ScmException
-