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.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
executeCommandMethods 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:
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)
-