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 voidcreateWorkspace(ScmProviderRepository r, ScmFileSet f, String workspace, String url) protected CheckOutScmResultexecuteCheckOutCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive, boolean shallow) Execute Check out command line.intMethods inherited from class org.apache.maven.scm.command.checkout.AbstractCheckOutCommand
executeCheckOutCommand, executeCommandMethods 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: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
- Throws:
ScmException
-
createWorkspace
private void createWorkspace(ScmProviderRepository r, ScmFileSet f, String workspace, String url) throws ScmException - Throws:
ScmException
-