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,CvsJavaUpdateCommand
public abstract class AbstractCvsUpdateCommand extends AbstractUpdateCommand implements CvsCommand
- Author:
- Emmanuel Venisse , Trygve Laugstøl, Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description AbstractCvsUpdateCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract UpdateScmResultexecuteCvsCommand(org.codehaus.plexus.util.cli.Commandline cl)UpdateScmResultexecuteUpdateCommand(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
-
-
-
-
Method Detail
-
executeUpdateCommand
public UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException
- Specified by:
executeUpdateCommandin classAbstractUpdateCommand- Throws:
ScmException
-
executeCvsCommand
protected abstract UpdateScmResult executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl) throws ScmException
- Throws:
ScmException
-
-