org.apache.maven.scm.command.update

Class AbstractUpdateCommand

public abstract class AbstractUpdateCommand extends AbstractCommand

Version: $Id: AbstractUpdateCommand.java 386357 2006-03-16 15:48:00Z evenisse $

Author: Emmanuel Venisse Trygve Laugstøl

Method Summary
ScmResultexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tag)
protected abstract ChangeLogCommandgetChangeLogCommand()

Method Detail

executeCommand

public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)

executeUpdateCommand

protected abstract UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tag)

getChangeLogCommand

protected abstract ChangeLogCommand getChangeLogCommand()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.