public abstract class AbstractCvsUpdateCommand extends AbstractUpdateCommand implements CvsCommand
Constructor and Description |
---|
AbstractCvsUpdateCommand() |
Modifier and Type | Method and Description |
---|---|
protected abstract UpdateScmResult |
executeCvsCommand(Commandline cl) |
UpdateScmResult |
executeUpdateCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
ScmVersion version) |
executeCommand, getChangeLogCommand
execute, getLogger, setLogger
public AbstractCvsUpdateCommand()
public UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) throws ScmException
executeUpdateCommand
in class AbstractUpdateCommand
ScmException
protected abstract UpdateScmResult executeCvsCommand(Commandline cl) throws ScmException
ScmException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.