Class PerforceUpdateCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.update.AbstractUpdateCommand
org.apache.maven.scm.provider.perforce.command.update.PerforceUpdateCommand
- 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, String clientspec) protected UpdateScmResult
executeUpdateCommand
(ScmProviderRepository repo, ScmFileSet files, ScmVersion scmVersion) protected ChangeLogCommand
Methods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
PerforceUpdateCommand
public PerforceUpdateCommand()
-
-
Method Details
-
executeUpdateCommand
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet files, ScmVersion scmVersion) throws ScmException - Specified by:
executeUpdateCommand
in classAbstractUpdateCommand
- Throws:
ScmException
-
getChangeLogCommand
- Specified by:
getChangeLogCommand
in classAbstractUpdateCommand
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String clientspec)
-