org.apache.maven.scm.command.edit
Class AbstractEditCommand

java.lang.Object
  extended byorg.apache.maven.scm.command.AbstractCommand
      extended byorg.apache.maven.scm.command.edit.AbstractEditCommand
All Implemented Interfaces:
Command

public abstract class AbstractEditCommand
extends AbstractCommand


Field Summary
 
Fields inherited from interface org.apache.maven.scm.command.Command
ROLE
 
Constructor Summary
AbstractEditCommand()
           
 
Method Summary
 ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
protected abstract  ScmResult executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
           
 
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

AbstractEditCommand

public AbstractEditCommand()
Method Detail

executeCommand

public ScmResult executeCommand(ScmProviderRepository repository,
                                ScmFileSet fileSet,
                                CommandParameters parameters)
                         throws ScmException
Specified by:
executeCommand in class AbstractCommand
Throws:
ScmException

executeEditCommand

protected abstract ScmResult executeEditCommand(ScmProviderRepository repository,
                                                ScmFileSet fileSet)
                                         throws ScmException
Throws:
ScmException


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.