Class AbstractUnEditCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.unedit.AbstractUnEditCommand
- 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 ScmResultexecuteUnEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute 
- 
Constructor Details
- 
AbstractUnEditCommand
public AbstractUnEditCommand() 
 - 
 - 
Method Details
- 
executeCommand
public ScmResult executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException - Specified by:
 executeCommandin classAbstractCommand- Throws:
 ScmException
 - 
executeUnEditCommand
protected abstract ScmResult executeUnEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException - Throws:
 ScmException
 
 -