Class VssUpdateCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.update.AbstractUpdateCommand
org.apache.maven.scm.provider.vss.commands.update.VssUpdateCommand
- All Implemented Interfaces:
Command
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.util.cli.CommandlinebuildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) protected UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) 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
-
VssUpdateCommand
public VssUpdateCommand()
-
-
Method Details
-
executeUpdateCommand
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) throws ScmException - Specified by:
executeUpdateCommandin classAbstractUpdateCommand- Throws:
ScmException
-
buildCmdLine
public org.codehaus.plexus.util.cli.Commandline buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException - Throws:
ScmException
-
getChangeLogCommand
- Specified by:
getChangeLogCommandin classAbstractUpdateCommand
-