Class AbstractEditCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.edit.AbstractEditCommand
-
- All Implemented Interfaces:
Command
public abstract class AbstractEditCommand extends AbstractCommand
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.command.AbstractCommand
logger
-
-
Constructor Summary
Constructors Constructor Description AbstractEditCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
AbstractEditCommand
public AbstractEditCommand()
-
-
Method Detail
-
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException
- Specified by:
executeCommand
in classAbstractCommand
- Throws:
ScmException
-
executeEditCommand
protected abstract ScmResult executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException
- Throws:
ScmException
-
-