NAnt SDK Documentation - v0.92

CvsFileSet Class

A CvsFileSet is a FileSet with extra attributes useful in the context of the CvsTask.

For a list of all members of this type, see CvsFileSet Members.

System.Object
   NAnt.Core.Element
      NAnt.Core.DataTypeBase
         NAnt.Core.Types.FileSet
            NAnt.SourceControl.Types.CvsFileSet

[Visual Basic]
<ElementName(Name:="cvsfileset")>
Public Class CvsFileSet
    Inherits FileSet
[C#]
[ElementName(Name="cvsfileset")]
public class CvsFileSet : FileSet

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.SourceControl.Types

Assembly: NAnt.SourceControlTasks (in NAnt.SourceControlTasks.dll)

See Also

CvsFileSet Members | NAnt.SourceControl.Types Namespace