public class TfsCheckOutCommand extends AbstractCheckOutCommand
Constructor and Description |
---|
TfsCheckOutCommand() |
Modifier and Type | Method and Description |
---|---|
TfsCommand |
createGetCommand(ScmProviderRepository r,
ScmFileSet f,
ScmVersion v,
boolean recursive) |
private void |
createWorkspace(ScmProviderRepository r,
ScmFileSet f,
java.lang.String workspace,
java.lang.String url) |
protected CheckOutScmResult |
executeCheckOutCommand(ScmProviderRepository r,
ScmFileSet f,
ScmVersion v,
boolean recursive,
boolean shallow)
Execute Check out command line.
|
int |
executeUnmapCommand(ScmProviderRepository r,
ScmFileSet f) |
executeCheckOutCommand, executeCommand
execute, getLogger, setLogger
protected CheckOutScmResult executeCheckOutCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive, boolean shallow) throws ScmException
AbstractCheckOutCommand
executeCheckOutCommand
in class AbstractCheckOutCommand
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.ScmException
- if anypublic TfsCommand createGetCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive)
public int executeUnmapCommand(ScmProviderRepository r, ScmFileSet f) throws ScmException
ScmException
private void createWorkspace(ScmProviderRepository r, ScmFileSet f, java.lang.String workspace, java.lang.String url) throws ScmException
ScmException