StarTeamList.

visit(StFolder, FileInfo) Method

Summary

Implements base-class abstract function to perform the checkout operation on the files in each folder of the tree.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.StarTeam
Containing Type
StarTeamList

Syntax

protected override void visit(StFolder starteamFolder, FileInfo targetFolder)

Parameters

Name Type Description
starteamFolder StFolder the StarTeam folder from which files to be checked out
targetFolder FileInfo the local mapping of rootStarteamFolder

Return Value

Type Description
void