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 TfsCommandcreateGetCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive)protected CheckOutScmResultexecuteCheckOutCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive, boolean shallow)Execute Check out command line.intexecuteUnmapCommand(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:AbstractCheckOutCommandExecute Check out command line.- Specified by:
executeCheckOutCommandin classAbstractCheckOutCommand- Parameters:
r- not nullf- not nullv- not nullrecursive-trueif recursive check out is wanted,falseotherwise.shallow-trueif shallow check out is wanted,falseotherwise.- 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
-
-