Class TfsCheckOutCommand
java.lang.Object
org.apache.maven.scm.command.AbstractCommand
org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
org.apache.maven.scm.provider.tfs.command.TfsCheckOutCommand
- All Implemented Interfaces:
Command
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGetCommand
(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive) private void
createWorkspace
(ScmProviderRepository r, ScmFileSet f, String workspace, String url) protected CheckOutScmResult
executeCheckOutCommand
(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive, boolean shallow) Execute Check out command line.int
Methods inherited from class org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
executeCheckOutCommand, executeCommand
Methods inherited from class org.apache.maven.scm.command.AbstractCommand
execute, getLogger, setLogger
-
Constructor Details
-
TfsCheckOutCommand
public TfsCheckOutCommand()
-
-
Method Details
-
executeCheckOutCommand
protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive, boolean shallow) throws ScmException Description copied from class:AbstractCheckOutCommand
Execute Check out command line.- Specified by:
executeCheckOutCommand
in classAbstractCheckOutCommand
- Parameters:
r
- not nullf
- not nullv
- not nullrecursive
-true
if recursive check out is wanted,false
otherwise.shallow
-true
if shallow check out is wanted,false
otherwise.- Returns:
- the checkout result
- Throws:
ScmException
- if any
-
createGetCommand
public TfsCommand createGetCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive) -
executeUnmapCommand
- Throws:
ScmException
-
createWorkspace
private void createWorkspace(ScmProviderRepository r, ScmFileSet f, String workspace, String url) throws ScmException - Throws:
ScmException
-