NAnt SDK Documentation - v0.92

TarFileSet Members

TarFileSet overview

Public Instance Constructors

TarFileSet Constructor Initializes a new instance of the TarFileSet class.

Public Instance Properties

AsIs (inherited from FileSet) Gets the collection of files that will be added to the FileSet without pattern matching or checking if the file exists.
BaseDirectory (inherited from FileSet) The base of the directory of this fileset. The default is the project base directory.
CanBeReferenced (inherited from DataTypeBase) Gets a value indicating whether a reference to the type can be defined.
CaseSensitive (inherited from FileSet) Indicates whether include and exclude patterns must be treated in a case-sensitive way. The default is true on Unix; otherwise, false.
DefaultExcludes (inherited from FileSet) Indicates whether default excludes should be used or not. The default is true.
DirectoryNames (inherited from FileSet) Gets the collection of directory names that match the fileset.
DirMode 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.
ExcludeElements (inherited from FileSet) The items to exclude from the fileset.
Excludes (inherited from FileSet) Gets the collection of exclude patterns.
ExcludesFiles (inherited from FileSet) The files from which a list of patterns or files to exclude should be obtained.
FailOnEmpty (inherited from FileSet) 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.
FileMode 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.
FileNames (inherited from FileSet) Gets the collection of file names that match the fileset.
Gid The group identifier (GID) for the tar entry.
GroupName The groupname for the tar entry.
ID (inherited from DataTypeBase) The ID used to be referenced later.
IncludeElements (inherited from FileSet) The items to include in the fileset.
Includes (inherited from FileSet) Gets the collection of include patterns.
IncludesFiles (inherited from FileSet) The files from which a list of patterns or files to include should be obtained.
MostRecentLastWriteTimeFile (inherited from FileSet) Determines the most recently modified file in the fileset (by LastWriteTime of the FileInfo).
Name (inherited from DataTypeBase) Gets the name of the datatype.
NamespaceManager (inherited from Element) Gets or sets the XmlNamespaceManager.
Parent (inherited from Element) Gets or sets the parent of the element.
PathFiles (inherited from FileSet) 
Prefix 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.
Project (inherited from Element) Gets or sets the Project to which this element belongs.
Properties (inherited from Element) Gets the properties local to this Element and the Project.
RefID (inherited from DataTypeBase) The ID to use as the reference.
ScannedDirectories (inherited from FileSet) Gets the collection of directory names that were scanned for files.
SetExcludes (inherited from FileSet)Obsolete. The items to exclude from the fileset.
SetIncludes (inherited from FileSet)Obsolete. The items to include in the fileset.
SetIncludesList (inherited from FileSet)Obsolete. The files from which a list of patterns or files to include should be obtained.
Uid The user identifier (UID) for the tar entry.
UserName The username for the tar entry.

Public Instance Methods

AddPatternSet (inherited from FileSet) Adds a nested set of patterns, or references a standalone patternset.
Clone (inherited from FileSet) Creates a shallow copy of the FileSet.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetLocation (inherited from Element) Retrieves the location in the build file where the element is defined.
GetType (inherited from Object) Gets the Type of the current instance.
Initialize (inherited from Element)Overloaded. Performs default initialization.
Log (inherited from Element)Overloaded. Logs a message with the given priority.
Reset (inherited from FileSet) 
Scan (inherited from FileSet) 
ToString (inherited from FileSet) 

Protected Instance Properties

CustomXmlProcessing (inherited from Element) Gets a value indicating whether the element is performing additional processing using the XmlNode that was used to initialize the element.
Location (inherited from Element) Gets or sets the location in the build file where the element is defined.
XmlNode (inherited from Element) Gets or sets the XML node of the element.

Protected Instance Methods

CopyTo (inherited from FileSet)Overloaded. Copies all instance data of the FileSet to a given FileSet.
CopyTo (inherited from DataTypeBase)Overloaded. Copies all instance data of the DataTypeBase to a given DataTypeBase.
CopyTo (inherited from Element)Overloaded. Copies all instance data of the Element to a given Element.
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetAttributeConfigurationNode (inherited from Element)Overloaded. Locates the XML node for the specified attribute in the project configuration node.
Initialize (inherited from FileSet)Overloaded. Performs default initialization.
InitializeElement (inherited from Element)Obsolete. Derived classes should override to this method to provide extra initialization and validation not covered by the base class.
InitializeXml (inherited from Element) Initializes all build attributes and child elements.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Protected Internal Instance Properties

IsEverythingIncluded (inherited from FileSet) Indicates whether or not every file and directory is included in the fileset list.

See Also

TarFileSet Class | NAnt.Compression.Types Namespace