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,
boolean shallow)
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, executeCommandexecute, getLogger, setLoggerpublic IntegrityCheckOutCommand()
public CheckOutScmResult executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive, boolean shallow) throws ScmException
executeCheckOutCommand in class AbstractCheckOutCommandrepository - not nullfileSet - not nullscmVersion - not nullrecursive - true if recursive check out is wanted, false otherwise.shallow - true if shallow check out is wanted, false otherwise.ScmException - if anyCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.