org.apache.maven.scm.command.branch
Class AbstractBranchCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.branch.AbstractBranchCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- AbstractCvsBranchCommand, SvnBranchCommand
public abstract class AbstractBranchCommand
- extends AbstractCommand
- Version:
- $Id: AbstractBranchCommand.java 527150 2007-04-10 15:03:27Z evenisse $
- Author:
- Emmanuel Venisse, Trygve Laugstøl
Fields inherited from interface org.apache.maven.scm.command.Command |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBranchCommand
public AbstractBranchCommand()
executeBranchCommand
protected abstract ScmResult executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
String branchName,
String message)
throws ScmException
- Throws:
ScmException
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
throws ScmException
- Specified by:
executeCommand
in class AbstractCommand
- Throws:
ScmException
Copyright © 2003-2008 Apache Software Foundation. All Rights Reserved.