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.CommandlinecreateCommandLine(ScmFileSet scmFileSet)protected UpdateScmResultexecuteUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)protected ChangeLogCommandgetChangeLogCommand()-
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:
executeUpdateCommandin classAbstractUpdateCommand- Throws:
ScmException
-
getChangeLogCommand
protected ChangeLogCommand getChangeLogCommand()
- Specified by:
getChangeLogCommandin classAbstractUpdateCommand
-
createCommandLine
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(ScmFileSet scmFileSet)
-
-