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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(ScmLogger logger, ScmFileSet scmFileSet) protected ScmResultexecuteUnEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) Methods inherited from class org.apache.maven.scm.command.unedit.AbstractUnEditCommand
executeCommandMethods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
ClearCaseUnEditCommand
public ClearCaseUnEditCommand()
-
-
Method Details
-
executeUnEditCommand
protected ScmResult executeUnEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException - Specified by:
executeUnEditCommandin classAbstractUnEditCommand- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(ScmLogger logger, ScmFileSet scmFileSet)
-