NAnt SDK Documentation - v0.92

TarFileSet Class

A TarFileSet is a FileSet with extra attributes useful in the context of the TarTask.

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

System.Object
   NAnt.Core.Element
      NAnt.Core.DataTypeBase
         NAnt.Core.Types.FileSet
            NAnt.Compression.Types.TarFileSet

[Visual Basic]
<ElementName(Name:="tarfileset")>
Public Class TarFileSet
    Inherits FileSet
[C#]
[ElementName(Name="tarfileset")]
public class TarFileSet : 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.Compression.Types

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

See Also

TarFileSet Members | NAnt.Compression.Types Namespace