org.apache.maven.scm.command.branch

Class AbstractBranchCommand

public abstract class AbstractBranchCommand extends AbstractCommand

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

Author: Trygve Laugstøl

Method Summary
protected abstract ScmResultexecuteBranch(ScmRepository repository, File workingDirectory, String branchName)
ScmResultexecuteCommand(ScmRepository repository, File workingDirectory, CommandParameters parameters)

Method Detail

executeBranch

protected abstract ScmResult executeBranch(ScmRepository repository, File workingDirectory, String branchName)

executeCommand

public ScmResult executeCommand(ScmRepository repository, File workingDirectory, CommandParameters parameters)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.