Class AbstractCvsUpdateCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.update.AbstractUpdateCommand
org.apache.maven.scm.provider.cvslib.command.update.AbstractCvsUpdateCommand
- All Implemented Interfaces:
Command
,CvsCommand
- Direct Known Subclasses:
CvsExeUpdateCommand
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract UpdateScmResult
executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl) executeUpdateCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) Methods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
executeCommand, getChangeLogCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
AbstractCvsUpdateCommand
public AbstractCvsUpdateCommand()
-
-
Method Details
-
executeUpdateCommand
public UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException - Specified by:
executeUpdateCommand
in classAbstractUpdateCommand
- Throws:
ScmException
-
executeCvsCommand
protected abstract UpdateScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException - Throws:
ScmException
-