org.apache.maven.scm.provider.jazz.command.unedit
Class JazzUnEditCommand

java.lang.Object
  extended by org.apache.maven.scm.command.AbstractCommand
      extended by org.apache.maven.scm.command.unedit.AbstractUnEditCommand
          extended by org.apache.maven.scm.provider.jazz.command.unedit.JazzUnEditCommand
All Implemented Interfaces:
Command

public class JazzUnEditCommand
extends AbstractUnEditCommand

Author:
Chris Graham

Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
JazzUnEditCommand()
           
 
Method Summary
 JazzScmCommand createUneditCommand(ScmProviderRepository repo, ScmFileSet fileSet)
           
protected  ScmResult executeUnEditCommand(ScmProviderRepository repo, ScmFileSet fileSet)
          
 
Methods inherited from class org.apache.maven.scm.command.unedit.AbstractUnEditCommand
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

JazzUnEditCommand

public JazzUnEditCommand()
Method Detail

executeUnEditCommand

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

Specified by:
executeUnEditCommand in class AbstractUnEditCommand
Throws:
ScmException

createUneditCommand

public JazzScmCommand createUneditCommand(ScmProviderRepository repo,
                                          ScmFileSet fileSet)


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