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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
createCommandLine
(PerforceScmProviderRepository repo, File workingDirectory, ScmFileSet files) protected ScmResult
executeAddCommand
(ScmProviderRepository repo, ScmFileSet files, 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
-
Constructor Details
-
PerforceAddCommand
public PerforceAddCommand()
-
-
Method Details
-
executeAddCommand
protected ScmResult executeAddCommand(ScmProviderRepository repo, ScmFileSet files, String message, boolean binary) throws ScmException - Specified by:
executeAddCommand
in classAbstractAddCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory, ScmFileSet files)
-