Class AbstractEditCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.edit.AbstractEditCommand
- All Implemented Interfaces:
Command
-
Field Summary
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract ScmResultexecuteEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute
-
Constructor Details
-
AbstractEditCommand
public AbstractEditCommand()
-
-
Method Details
-
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
executeCommandin classAbstractCommand- Throws:
ScmException
-
executeEditCommand
protected abstract ScmResult executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException - Throws:
ScmException
-