Class PerforceAddCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.add.AbstractAddCommand
-
- org.apache.maven.scm.provider.perforce.command.add.PerforceAddCommand
-
- All Implemented Interfaces:
Command,PerforceCommand
public class PerforceAddCommand extends AbstractAddCommand implements PerforceCommand
- Author:
- Mike Perham
-
-
Constructor Summary
Constructors Constructor Description PerforceAddCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmFileSet files)protected ScmResultexecuteAddCommand(ScmProviderRepository repo, ScmFileSet files, java.lang.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 files, java.lang.String message, boolean binary) throws ScmException
- Specified by:
executeAddCommandin classAbstractAddCommand- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmFileSet files)
-
-