org.criticalsection.maven.scm.provider.monotone.command.branch
Class MonotoneBranchCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.branch.AbstractBranchCommand
          extended by org.criticalsection.maven.scm.provider.monotone.command.branch.MonotoneBranchCommand
All Implemented Interfaces:
org.apache.maven.scm.command.Command

public class MonotoneBranchCommand
extends org.apache.maven.scm.command.branch.AbstractBranchCommand


Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
MonotoneBranchCommand()
           
 
Method Summary
protected  org.apache.maven.scm.ScmResult executeBranchCommand(org.apache.maven.scm.provider.ScmProviderRepository repository, org.apache.maven.scm.ScmFileSet fileSet, java.lang.String branchName, java.lang.String message)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonotoneBranchCommand

public MonotoneBranchCommand()
Method Detail

executeBranchCommand

protected org.apache.maven.scm.ScmResult executeBranchCommand(org.apache.maven.scm.provider.ScmProviderRepository repository,
                                                              org.apache.maven.scm.ScmFileSet fileSet,
                                                              java.lang.String branchName,
                                                              java.lang.String message)
                                                       throws org.apache.maven.scm.ScmException
Specified by:
executeBranchCommand in class org.apache.maven.scm.command.branch.AbstractBranchCommand
Throws:
org.apache.maven.scm.ScmException


Copyright © 2008 CriticalSection.Org. All Rights Reserved.