Class GitAddCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.add.AbstractAddCommand
-
- org.apache.maven.scm.provider.git.gitexe.command.add.GitAddCommand
-
- All Implemented Interfaces:
Command
,GitCommand
public class GitAddCommand extends AbstractAddCommand implements GitCommand
- Author:
- Mark Struberg
-
-
Constructor Summary
Constructors Constructor Description GitAddCommand()
-
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
executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary)
-
Methods inherited from class org.apache.maven.scm.command.add.AbstractAddCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) throws ScmException
- Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(File workingDirectory, List<File> files) throws ScmException
- Throws:
ScmException
-
-