The properties of the TarFileSet class are listed below. For a complete list of TarFileSet class members, see the TarFileSet Members topic.
![]() | Gets the collection of files that will be added to the FileSet without pattern matching or checking if the file exists. |
![]() | The base of the directory of this fileset. The default is the project base directory. |
![]() | Gets a value indicating whether a reference to the type can be defined. |
![]() | Indicates whether default excludes should be used or not. The default is true. |
![]() | Gets the collection of directory names that match the fileset. |
![]() | A 3 digit octal string, specify the user, group and other modes in the standard Unix fashion. Only applies to directories. The default is 755 . |
![]() | The items to exclude from the fileset. |
![]() | Gets the collection of exclude patterns. |
![]() | The files from which a list of patterns or files to exclude should be obtained. |
![]() | When set to true, causes the fileset element to throw a ValidationException when no files match the includes and excludes criteria. The default is false. |
![]() | A 3 digit octal string, specify the user, group and other modes in the standard Unix fashion. Only applies to plain files. The default is 644 . |
![]() | Gets the collection of file names that match the fileset. |
![]() | The group identifier (GID) for the tar entry. |
![]() | The groupname for the tar entry. |
![]() | The ID used to be referenced later. |
![]() | The items to include in the fileset. |
![]() | Gets the collection of include patterns. |
![]() | The files from which a list of patterns or files to include should be obtained. |
![]() | Determines the most recently modified file in the fileset (by LastWriteTime of the FileInfo). |
![]() | Gets the name of the datatype. |
![]() | Gets or sets the XmlNamespaceManager. |
![]() | Gets or sets the parent of the element. |
![]() | Missing <summary> documentation for P:NAnt.Core.Types.FileSet.PathFiles |
![]() | The top level directory prefix. If set, all file and directory paths in the fileset will have this value prepended. Can either be a single directory name or a "/" separated path. |
![]() | Gets or sets the Project to which this element belongs. |
![]() | Gets the properties local to this Element and the Project. |
![]() | The ID to use as the reference. |
![]() | Gets the collection of directory names that were scanned for files. |
![]() | Obsolete. The items to exclude from the fileset. |
![]() | Obsolete. The items to include in the fileset. |
![]() | Obsolete. The files from which a list of patterns or files to include should be obtained. |
![]() | The user identifier (UID) for the tar entry. |
![]() | The username for the tar entry. |
![]() | Gets a value indicating whether the element is performing additional processing using the XmlNode that was used to initialize the element. |
![]() | Gets or sets the location in the build file where the element is defined. |
![]() | Gets or sets the XML node of the element. |
TarFileSet Class | NAnt.Compression.Types Namespace