Summary
Derived classes must override this class to define actual processing to be performed on each folder in the tree defined for the task
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .StarTeam - Containing Type
- TreeBasedTask
Syntax
protected abstract void visit(StFolder rootStarteamFolder, FileInfo rootLocalFolder)
Parameters
Name | Type | Description |
---|---|---|
rootStarteamFolder | StFolder | the StarTeam folderto be visited |
rootLocalFolder | FileInfo | the local mapping of rootStarteamFolder |
Return Value
Type | Description |
---|---|
void |