org.apache.maven.scm.command.tag

Class AbstractTagCommand

public abstract class AbstractTagCommand extends AbstractCommand

Version: $Id: AbstractTagCommand.java 372209 2006-01-25 13:30:01Z evenisse $

Author: Emmanuel Venisse Trygve Laugstøl

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

Method Detail

executeCommand

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

executeTagCommand

protected abstract ScmResult executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tag)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.