Class PerforceEditCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.edit.AbstractEditCommand
org.apache.maven.scm.provider.perforce.command.edit.PerforceEditCommand
- 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
executeEditCommand
(ScmProviderRepository repo, ScmFileSet files) Methods inherited from class org.apache.maven.scm.command.edit.AbstractEditCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
PerforceEditCommand
public PerforceEditCommand()
-
-
Method Details
-
executeEditCommand
protected ScmResult executeEditCommand(ScmProviderRepository repo, ScmFileSet files) throws ScmException - Specified by:
executeEditCommand
in classAbstractEditCommand
- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory, ScmFileSet files) throws ScmException - Throws:
ScmException
-