org.apache.maven.scm.provider.jazz.command.update
Class JazzUpdateCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.update.AbstractUpdateCommand
          extended by org.apache.maven.scm.provider.jazz.command.update.JazzUpdateCommand
All Implemented Interfaces:
Command

public class JazzUpdateCommand
extends AbstractUpdateCommand

Author:
Chris Graham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
JazzUpdateCommand()
           
 
Method Summary
 JazzScmCommand createAcceptCommand(ScmProviderRepository repo, ScmFileSet fileSet)
           
protected  UpdateScmResult executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
          
protected  ChangeLogCommand getChangeLogCommand()
          
 
Methods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
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

JazzUpdateCommand

public JazzUpdateCommand()
Method Detail

executeUpdateCommand

protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repo,
                                               ScmFileSet fileSet,
                                               ScmVersion version)
                                        throws ScmException

Specified by:
executeUpdateCommand in class AbstractUpdateCommand
Throws:
ScmException

createAcceptCommand

public JazzScmCommand createAcceptCommand(ScmProviderRepository repo,
                                          ScmFileSet fileSet)

getChangeLogCommand

protected ChangeLogCommand getChangeLogCommand()

Specified by:
getChangeLogCommand in class AbstractUpdateCommand


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.