Class ClearCaseEditCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.edit.AbstractEditCommand
-
- org.apache.maven.scm.provider.clearcase.command.edit.ClearCaseEditCommand
-
- All Implemented Interfaces:
Command,ClearCaseCommand
public class ClearCaseEditCommand extends AbstractEditCommand implements ClearCaseCommand
- Author:
- Wim Deblauwe
-
-
Constructor Summary
Constructors Constructor Description ClearCaseEditCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinecreateCheckinCurrentDirCommandLine(ScmFileSet scmFileSet)static org.codehaus.plexus.util.cli.CommandlinecreateCheckoutCurrentDirCommandLine(ScmFileSet scmFileSet)static org.codehaus.plexus.util.cli.CommandlinecreateCommandLine(ScmLogger logger, ScmFileSet scmFileSet)protected ScmResultexecuteEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)-
Methods inherited from class org.apache.maven.scm.command.edit.AbstractEditCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeEditCommand
protected ScmResult executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException
- Specified by:
executeEditCommandin classAbstractEditCommand- Throws:
ScmException
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(ScmLogger logger, ScmFileSet scmFileSet)
-
createCheckoutCurrentDirCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCheckoutCurrentDirCommandLine(ScmFileSet scmFileSet)
-
createCheckinCurrentDirCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCheckinCurrentDirCommandLine(ScmFileSet scmFileSet)
-
-