Class ClearCaseUnEditCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.unedit.AbstractUnEditCommand
-
- org.apache.maven.scm.provider.clearcase.command.unedit.ClearCaseUnEditCommand
-
- All Implemented Interfaces:
Command
,ClearCaseCommand
public class ClearCaseUnEditCommand extends AbstractUnEditCommand implements ClearCaseCommand
-
-
Constructor Summary
Constructors Constructor Description ClearCaseUnEditCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
createCommandLine(ScmLogger logger, ScmFileSet scmFileSet)
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
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(ScmLogger logger, ScmFileSet scmFileSet)
-
-