Class SynergyUnEditCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.unedit.AbstractUnEditCommand
-
- org.apache.maven.scm.provider.synergy.command.unedit.SynergyUnEditCommand
-
- All Implemented Interfaces:
Command
,SynergyCommand
public class SynergyUnEditCommand extends AbstractUnEditCommand implements SynergyCommand
-
-
Constructor Summary
Constructors Constructor Description SynergyUnEditCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScmResult
executeUnEditCommand(ScmProviderRepository repository, 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
-
-
-
-
Method Detail
-
executeUnEditCommand
protected ScmResult executeUnEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException
- Specified by:
executeUnEditCommand
in classAbstractUnEditCommand
- Throws:
ScmException
-
-