Class SvnBranchCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.branch.AbstractBranchCommand
-
- org.apache.maven.scm.provider.svn.svnexe.command.branch.SvnBranchCommand
-
- All Implemented Interfaces:
Command,SvnCommand
public class SvnBranchCommand extends AbstractBranchCommand implements SvnCommand
- Author:
- Emmanuel Venisse, Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description SvnBranchCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile)static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile, ScmBranchParameters scmBranchParameters)ScmResultexecuteBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branch, java.lang.String message)ScmResultexecuteBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branch, ScmBranchParameters scmBranchParameters)default impl to provide backward comp-
Methods inherited from class org.apache.maven.scm.command.branch.AbstractBranchCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeBranchCommand
public ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branch, ScmBranchParameters scmBranchParameters) throws ScmException
Description copied from class:AbstractBranchCommanddefault impl to provide backward comp- Overrides:
executeBranchCommandin classAbstractBranchCommand- Returns:
- Throws:
ScmException
-
executeBranchCommand
public ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branch, java.lang.String message) throws ScmException
- Specified by:
executeBranchCommandin classAbstractBranchCommand- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile)
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile, ScmBranchParameters scmBranchParameters)
-
-