NAnt SDK Documentation - v0.85-nightly-2005-11-09

FileSet Methods

The methods of the FileSet class are listed below. For a complete list of FileSet class members, see the FileSet Members topic.

Public Static (Shared) Methods

FindMoreRecentLastWriteTimeOverloaded. Determines if a file has a more recent last write time than the given time, or no longer exists.

Public Instance Methods

Clone Creates a shallow copy of the FileSet.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Initialize (inherited from Element) Performs default initialization.
Log (inherited from Element)Overloaded. Logs a message with the given priority.
ResetMissing <summary> documentation for M:NAnt.Core.Types.FileSet.Reset
ScanMissing <summary> documentation for M:NAnt.Core.Types.FileSet.Scan
ToStringMissing <summary> documentation for M:NAnt.Core.Types.FileSet.ToString

Protected Instance Methods

CopyToOverloaded. 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) 
GetAttributeConfigurationNode (inherited from Element) Locates the XML node for the specified attribute in the project configuration node.
InitializeElementMissing <summary> documentation for M:NAnt.Core.Types.FileSet.InitializeElement(System.Xml.XmlNode)
InitializeXml (inherited from Element) Initializes all build attributes and child elements.
MemberwiseClone (inherited from Object) 

See Also

FileSet Class | NAnt.Core.Types Namespace