org.apache.maven.scm.provider.jazz.command.edit
Class JazzEditCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.edit.AbstractEditCommand
          extended by org.apache.maven.scm.provider.jazz.command.edit.JazzEditCommand
All Implemented Interfaces:
Command

public class JazzEditCommand
extends AbstractEditCommand

Author:
Chris Graham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
JazzEditCommand()
           
 
Method Summary
protected  JazzScmCommand createEditCommand(ScmProviderRepository repo, ScmFileSet fileSet)
           
protected  ScmResult executeEditCommand(ScmProviderRepository repo, ScmFileSet fileSet)
          
 
Methods inherited from class org.apache.maven.scm.command.edit.AbstractEditCommand
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

JazzEditCommand

public JazzEditCommand()
Method Detail

executeEditCommand

protected ScmResult executeEditCommand(ScmProviderRepository repo,
                                       ScmFileSet fileSet)
                                throws ScmException

Specified by:
executeEditCommand in class AbstractEditCommand
Throws:
ScmException

createEditCommand

protected JazzScmCommand createEditCommand(ScmProviderRepository repo,
                                           ScmFileSet fileSet)


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