1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="en-ca" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Data Type Reference" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<title>Data Type Reference</title>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
<tr>
<td class="NavBar-Cell">
<a href="http://nant.sourceforge.net">
<b>NAnt</b>
</a>
<img alt="->" src="../images/arrow.gif" />
<a href="../index.html">Help</a>
<img alt="->" src="../images/arrow.gif" />
Type Reference
</td>
<td class="NavBar-Cell" align="right">
v0.85</td>
</tr>
</table>
<h1>Type Reference</h1>
<div class="table">
<table>
<tr>
<th>Type</th>
<th>Summary</th>
</tr>
<tr>
<td>
<a href="assemblyfileset.html">assemblyfileset</a>
</td>
<td> Specialized <a href="../types/fileset.html"><fileset></a> class for managing assembly files. </td>
</tr>
<tr>
<td>
<a href="categories.html">categories</a>
</td>
<td> Controls the categories of tests to execute using the <a href="../tasks/nunit2.html"><nunit2></a> task. </td>
</tr>
<tr>
<td>
<a href="credential.html">credential</a>
</td>
<td> Provides credentials for password-based authentication schemes. </td>
</tr>
<tr>
<td>
<a href="cvsfileset.html">cvsfileset</a>
</td>
<td> A <a href="../types/cvsfileset.html"><cvsfileset></a> is a <a href="../types/fileset.html"><fileset></a> with extra attributes useful in the context of the <a href="../tasks/cvs.html"><cvs></a> task. </td>
</tr>
<tr>
<td>
<a href="dirset.html">dirset</a>
</td>
<td> A specialized <a href="../types/fileset.html"><fileset></a> used for specifying a set of directories. </td>
</tr>
<tr>
<td>
<a href="fileset.html">fileset</a>
</td>
<td> Filesets are groups of files. These files can be found in a directory tree starting in a base directory and are matched by patterns taken from a number of patterns. Filesets can appear inside tasks that support this feature or at the project level, i.e., as children of <code><project></code>. </td>
</tr>
<tr>
<td>
<a href="filterchain.html">filterchain</a>
</td>
<td> Represent a chain of NAnt filters that can be applied to a <a href="../elements/NAnt.Core.Task.html">Task</a>. </td>
</tr>
<tr>
<td>
<a href="namespaceimports.html">namespaceimports</a>
</td>
<td> Contains a collection of <a href="../elements/NAnt.DotNet.Types.NamespaceImport.html">NamespaceImport</a> items. </td>
</tr>
<tr>
<td>
<a href="path.html">path</a>
</td>
<td>
<p> Paths are groups of files and/or directories that need to be passed as a single unit. The order in which parts of the path are specified in the build file is retained, and duplicate parts are automatically suppressed. </p>
</td>
</tr>
<tr>
<td>
<a href="proxy.html">proxy</a>
</td>
<td> Contains HTTP proxy settings used to process requests to Internet resources. </td>
</tr>
<tr>
<td>
<a href="resourcefileset.html">resourcefileset</a>
</td>
<td> Specialized <a href="../types/fileset.html"><fileset></a> class for managing resource files. </td>
</tr>
<tr>
<td>
<a href="tarfileset.html">tarfileset</a>
</td>
<td> A <a href="../types/tarfileset.html"><tarfileset></a> is a <a href="../types/fileset.html"><fileset></a> with extra attributes useful in the context of the <a href="../tasks/tar.html"><tar></a> task. </td>
</tr>
<tr>
<td>
<a href="warnaserror.html">warnaserror</a>
</td>
<td> Controls the behaviour of a compiler with regards to the reporting of warnings. </td>
</tr>
<tr>
<td>
<a href="zipfileset.html">zipfileset</a>
</td>
<td> A <a href="../types/zipfileset.html"><zipfileset></a> is a <a href="../types/fileset.html"><fileset></a> with extra attributes useful in the context of the <a href="../tasks/zip.html"><zip></a> task. </td>
</tr>
</table>
</div>
</body>
</html>
|