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
public class TfsCheckOutCommand extends AbstractCheckOutCommand
-
-
Constructor Summary
Constructors Constructor Description TfsCheckOutCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TfsCommand
createGetCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive)
protected CheckOutScmResult
executeCheckOutCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive, boolean shallow)
Execute Check out command line.int
executeUnmapCommand(ScmProviderRepository r, ScmFileSet f)
-
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
-
-
-
-
Method Detail
-
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
public int executeUnmapCommand(ScmProviderRepository r, ScmFileSet f) throws ScmException
- Throws:
ScmException
-
-