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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
createCheckinCurrentDirCommandLine
(ScmFileSet scmFileSet) static org.codehaus.plexus.util.cli.Commandline
createCheckoutCurrentDirCommandLine
(ScmFileSet scmFileSet) static org.codehaus.plexus.util.cli.Commandline
createCommandLine
(ScmLogger logger, ScmFileSet scmFileSet) protected ScmResult
executeEditCommand
(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
-
Constructor Details
-
ClearCaseEditCommand
public ClearCaseEditCommand()
-
-
Method Details
-
executeEditCommand
protected ScmResult executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet) throws ScmException - Specified by:
executeEditCommand
in 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)
-