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 TODO since this is just a copy, use that instead
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.command.AbstractCommandlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description SvnBranchCommand(boolean interactive)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile)org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile, ScmBranchParameters scmBranchParameters)ScmResultexecuteBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message)ScmResultexecuteBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters)Default impl to provide backward comp.- 
Methods inherited from class org.apache.maven.scm.command.branch.AbstractBranchCommandexecuteCommand
 - 
Methods inherited from class org.apache.maven.scm.command.AbstractCommandexecute
 
- 
 
- 
- 
- 
Constructor Detail- 
SvnBranchCommandpublic SvnBranchCommand(boolean interactive) 
 
- 
 - 
Method Detail- 
executeBranchCommandpublic ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters) throws ScmException Description copied from class:AbstractBranchCommandDefault impl to provide backward comp.- Overrides:
- executeBranchCommandin class- AbstractBranchCommand
- Parameters:
- repo- TODO
- fileSet- TODO
- branch- TODO
- scmBranchParameters- TODO
- Returns:
- TODO
- Throws:
- ScmException- if any
 
 - 
executeBranchCommandpublic ScmResult executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message) throws ScmException - Specified by:
- executeBranchCommandin class- AbstractBranchCommand
- Throws:
- ScmException
 
 - 
createCommandLinepublic org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile) 
 - 
createCommandLinepublic org.codehaus.plexus.util.cli.Commandline createCommandLine(SvnScmProviderRepository repository, File workingDirectory, String branch, File messageFile, ScmBranchParameters scmBranchParameters) 
 
- 
 
-