public class IntegrityCheckOutCommand extends AbstractCheckOutCommand
Constructor and Description |
---|
IntegrityCheckOutCommand() |
Modifier and Type | Method and Description |
---|---|
CheckOutScmResult |
executeCheckOutCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
ScmVersion scmVersion,
boolean recursive)
Overridden function that performs a checkout (resynchronize) operation against an MKS Source Project
This function ignores the scmVerion and recursive arguments passed into this function as while there is
a suitable equivalent to checkout/resynchronize by label/revision, it doesn't make sense for the way
Maven seems to want to execute this command.
|
executeCheckOutCommand, executeCommand
execute, getLogger, setLogger
public IntegrityCheckOutCommand()
public CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive) throws ScmException
executeCheckOutCommand
in class AbstractCheckOutCommand
repository
- not nullfileSet
- not nullscmVersion
- not nullrecursive
- true
if recursive check out is wanted, false
otherwise.ScmException
- if anyCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.