Class ClearCaseUpdateCommand
- java.lang.Object
-
- org.apache.maven.scm.command.AbstractCommand
-
- org.apache.maven.scm.command.update.AbstractUpdateCommand
-
- org.apache.maven.scm.provider.clearcase.command.update.ClearCaseUpdateCommand
-
- All Implemented Interfaces:
Command
,ClearCaseCommand
public class ClearCaseUpdateCommand extends AbstractUpdateCommand implements ClearCaseCommand
- Author:
- Wim Deblauwe, Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description ClearCaseUpdateCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
createCommandLine(ScmFileSet scmFileSet)
protected UpdateScmResult
executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
protected ChangeLogCommand
getChangeLogCommand()
-
Methods inherited from class org.apache.maven.scm.command.update.AbstractUpdateCommand
executeCommand
-
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
-
-
-
Method Detail
-
executeUpdateCommand
protected UpdateScmResult executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) throws ScmException
- Specified by:
executeUpdateCommand
in classAbstractUpdateCommand
- Throws:
ScmException
-
getChangeLogCommand
protected ChangeLogCommand getChangeLogCommand()
- Specified by:
getChangeLogCommand
in classAbstractUpdateCommand
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(ScmFileSet scmFileSet)
-
-