org.apache.maven.scm.command.branch
public abstract class AbstractBranchCommand extends AbstractCommand
Constructor and Description |
---|
AbstractBranchCommand() |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String branchName,
ScmBranchParameters scmBranchParameters)
default impl to provide backward comp
|
protected abstract ScmResult |
executeBranchCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String branchName,
java.lang.String message) |
ScmResult |
executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
execute, getLogger, setLogger
protected abstract ScmResult executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String branchName, java.lang.String message) throws ScmException
ScmException
protected ScmResult executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String branchName, ScmBranchParameters scmBranchParameters) throws ScmException
repository
- fileSet
- branchName
- scmBranchParameters
- ScmException
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
executeCommand
in class AbstractCommand
ScmException
Copyright © 2003-2014. All Rights Reserved.