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.CommandlinecreateCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String clientspec) protected UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repo, ScmFileSet files, ScmVersion scmVersion) protected ChangeLogCommandMethods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
executeCommandMethods 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:
executeUpdateCommandin classAbstractUpdateCommand- Throws:
ScmException
-
getChangeLogCommand
- Specified by:
getChangeLogCommandin classAbstractUpdateCommand
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(PerforceScmProviderRepository repo, File workingDirectory, String clientspec)
-