source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/build/javadocs/org/apache/tools/ant/types/package-summary.html@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 19.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.4.2_13) on Mon Oct 01 14:33:13 NZST 2007 -->
6<TITLE>
7org.apache.tools.ant.types (Apache Ant API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.apache.tools.ant.types package">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17 parent.document.title="org.apache.tools.ant.types (Apache Ant API)";
18}
19</SCRIPT>
20
21</HEAD>
22
23<BODY BGCOLOR="white" onload="windowTitle();">
24
25
26<!-- ========= START OF TOP NAVBAR ======= -->
27<A NAME="navbar_top"><!-- --></A>
28<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30<TR>
31<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32<A NAME="navbar_top_firstrow"><!-- --></A>
33<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
42 </TR>
43</TABLE>
44</TD>
45<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46</EM>
47</TD>
48</TR>
49
50<TR>
51<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52&nbsp;<A HREF="../../../../../org/apache/tools/ant/taskdefs/rmic/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
53&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/mappers/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
54<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
56&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
57&nbsp;<SCRIPT type="text/javascript">
58 <!--
59 if(window==top) {
60 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
61 }
62 //-->
63</SCRIPT>
64<NOSCRIPT>
65 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
66</NOSCRIPT>
67
68</FONT></TD>
69</TR>
70</TABLE>
71<A NAME="skip-navbar_top"></A>
72<!-- ========= END OF TOP NAVBAR ========= -->
73
74<HR>
75<H2>
76Package org.apache.tools.ant.types
77</H2>
78
79<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
80<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
81<TD COLSPAN=2><FONT SIZE="+2">
82<B>Interface Summary</B></FONT></TD>
83</TR>
84<TR BGCOLOR="white" CLASS="TableRowColor">
85<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Parameterizable.html" title="interface in org.apache.tools.ant.types">Parameterizable</A></B></TD>
86<TD>Parameterizable objects take genric key value pairs.</TD>
87</TR>
88<TR BGCOLOR="white" CLASS="TableRowColor">
89<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/ResourceFactory.html" title="interface in org.apache.tools.ant.types">ResourceFactory</A></B></TD>
90<TD>this interface should be implemented by classes (Scanners) needing
91 to deliver information about resources.</TD>
92</TR>
93</TABLE>
94&nbsp;
95
96<P>
97
98<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
99<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
100<TD COLSPAN=2><FONT SIZE="+2">
101<B>Class Summary</B></FONT></TD>
102</TR>
103<TR BGCOLOR="white" CLASS="TableRowColor">
104<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/AbstractFileSet.html" title="class in org.apache.tools.ant.types">AbstractFileSet</A></B></TD>
105<TD>Class that holds an implicit patternset and supports nested
106 patternsets and creates a DirectoryScanner using these patterns.</TD>
107</TR>
108<TR BGCOLOR="white" CLASS="TableRowColor">
109<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/AntFilterReader.html" title="class in org.apache.tools.ant.types">AntFilterReader</A></B></TD>
110<TD>An AntFileReader is a wrapper class that encloses the classname
111 and configuration of a Configurable FilterReader.</TD>
112</TR>
113<TR BGCOLOR="white" CLASS="TableRowColor">
114<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Assertions.html" title="class in org.apache.tools.ant.types">Assertions</A></B></TD>
115<TD>The assertion datatype.</TD>
116</TR>
117<TR BGCOLOR="white" CLASS="TableRowColor">
118<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Assertions.BaseAssertion.html" title="class in org.apache.tools.ant.types">Assertions.BaseAssertion</A></B></TD>
119<TD>base class for our assertion elements.</TD>
120</TR>
121<TR BGCOLOR="white" CLASS="TableRowColor">
122<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Assertions.DisabledAssertion.html" title="class in org.apache.tools.ant.types">Assertions.DisabledAssertion</A></B></TD>
123<TD>A disabled assertion disables things</TD>
124</TR>
125<TR BGCOLOR="white" CLASS="TableRowColor">
126<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Assertions.EnabledAssertion.html" title="class in org.apache.tools.ant.types">Assertions.EnabledAssertion</A></B></TD>
127<TD>an enabled assertion enables things</TD>
128</TR>
129<TR BGCOLOR="white" CLASS="TableRowColor">
130<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Commandline.html" title="class in org.apache.tools.ant.types">Commandline</A></B></TD>
131<TD>Commandline objects help handling command lines specifying processes to
132 execute.</TD>
133</TR>
134<TR BGCOLOR="white" CLASS="TableRowColor">
135<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Commandline.Argument.html" title="class in org.apache.tools.ant.types">Commandline.Argument</A></B></TD>
136<TD>Used for nested xml command line definitions.</TD>
137</TR>
138<TR BGCOLOR="white" CLASS="TableRowColor">
139<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/CommandlineJava.html" title="class in org.apache.tools.ant.types">CommandlineJava</A></B></TD>
140<TD>A representation of a Java command line that is
141 a composite of 2 <tt>Commandline</tt>.</TD>
142</TR>
143<TR BGCOLOR="white" CLASS="TableRowColor">
144<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/CommandlineJava.SysProperties.html" title="class in org.apache.tools.ant.types">CommandlineJava.SysProperties</A></B></TD>
145<TD>Specialized Environment class for System properties</TD>
146</TR>
147<TR BGCOLOR="white" CLASS="TableRowColor">
148<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/DataType.html" title="class in org.apache.tools.ant.types">DataType</A></B></TD>
149<TD>Base class for those classes that can appear inside the build file
150 as stand alone data types.</TD>
151</TR>
152<TR BGCOLOR="white" CLASS="TableRowColor">
153<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Description.html" title="class in org.apache.tools.ant.types">Description</A></B></TD>
154<TD>Description is used to provide a project-wide description element
155 (that is, a description that applies to a buildfile as a whole).</TD>
156</TR>
157<TR BGCOLOR="white" CLASS="TableRowColor">
158<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/DirSet.html" title="class in org.apache.tools.ant.types">DirSet</A></B></TD>
159<TD>Subclass as hint for supporting tasks that the included directories
160 instead of files should be used.</TD>
161</TR>
162<TR BGCOLOR="white" CLASS="TableRowColor">
163<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/DTDLocation.html" title="class in org.apache.tools.ant.types">DTDLocation</A></B></TD>
164<TD>Helper class to handle the DTD nested element.</TD>
165</TR>
166<TR BGCOLOR="white" CLASS="TableRowColor">
167<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">EnumeratedAttribute</A></B></TD>
168<TD>Helper class for attributes that can only take one of a fixed list
169 of values.</TD>
170</TR>
171<TR BGCOLOR="white" CLASS="TableRowColor">
172<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Environment.html" title="class in org.apache.tools.ant.types">Environment</A></B></TD>
173<TD>Wrapper for environment variables.</TD>
174</TR>
175<TR BGCOLOR="white" CLASS="TableRowColor">
176<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Environment.Variable.html" title="class in org.apache.tools.ant.types">Environment.Variable</A></B></TD>
177<TD>representation of a single env value</TD>
178</TR>
179<TR BGCOLOR="white" CLASS="TableRowColor">
180<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/FileList.html" title="class in org.apache.tools.ant.types">FileList</A></B></TD>
181<TD>FileList represents an explicitly named list of files.</TD>
182</TR>
183<TR BGCOLOR="white" CLASS="TableRowColor">
184<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/FileList.FileName.html" title="class in org.apache.tools.ant.types">FileList.FileName</A></B></TD>
185<TD>Inner class corresponding to the &lt;file&gt; nested element.</TD>
186</TR>
187<TR BGCOLOR="white" CLASS="TableRowColor">
188<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/FileSet.html" title="class in org.apache.tools.ant.types">FileSet</A></B></TD>
189<TD>Moved out of MatchingTask to make it a standalone object that could
190 be referenced (by scripts for example).</TD>
191</TR>
192<TR BGCOLOR="white" CLASS="TableRowColor">
193<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/FilterChain.html" title="class in org.apache.tools.ant.types">FilterChain</A></B></TD>
194<TD>FilterChain may contain a chained set of filter readers.</TD>
195</TR>
196<TR BGCOLOR="white" CLASS="TableRowColor">
197<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html" title="class in org.apache.tools.ant.types">FilterSet</A></B></TD>
198<TD>A set of filters to be applied to something.</TD>
199</TR>
200<TR BGCOLOR="white" CLASS="TableRowColor">
201<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.Filter.html" title="class in org.apache.tools.ant.types">FilterSet.Filter</A></B></TD>
202<TD>Individual filter component of filterset.</TD>
203</TR>
204<TR BGCOLOR="white" CLASS="TableRowColor">
205<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSetCollection.html" title="class in org.apache.tools.ant.types">FilterSetCollection</A></B></TD>
206<TD>A FilterSetCollection is a collection of filtersets each of which may have
207 a different start/end token settings.</TD>
208</TR>
209<TR BGCOLOR="white" CLASS="TableRowColor">
210<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/FlexInteger.html" title="class in org.apache.tools.ant.types">FlexInteger</A></B></TD>
211<TD>Helper class which can be used for Ant task attribute setter methods to allow
212 the build file to specify an integer in either decimal, octal, or hexadecimal
213 format.</TD>
214</TR>
215<TR BGCOLOR="white" CLASS="TableRowColor">
216<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Mapper.html" title="class in org.apache.tools.ant.types">Mapper</A></B></TD>
217<TD>Element to define a FileNameMapper.</TD>
218</TR>
219<TR BGCOLOR="white" CLASS="TableRowColor">
220<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Mapper.MapperType.html" title="class in org.apache.tools.ant.types">Mapper.MapperType</A></B></TD>
221<TD>Class as Argument to FileNameMapper.setType.</TD>
222</TR>
223<TR BGCOLOR="white" CLASS="TableRowColor">
224<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Parameter.html" title="class in org.apache.tools.ant.types">Parameter</A></B></TD>
225<TD>A parameter is composed of a name, type and value.</TD>
226</TR>
227<TR BGCOLOR="white" CLASS="TableRowColor">
228<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Path.html" title="class in org.apache.tools.ant.types">Path</A></B></TD>
229<TD>This object represents a path as used by CLASSPATH or PATH
230 environment variable.</TD>
231</TR>
232<TR BGCOLOR="white" CLASS="TableRowColor">
233<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html" title="class in org.apache.tools.ant.types">PatternSet</A></B></TD>
234<TD>Named collection of include/exclude tags.</TD>
235</TR>
236<TR BGCOLOR="white" CLASS="TableRowColor">
237<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Permissions.html" title="class in org.apache.tools.ant.types">Permissions</A></B></TD>
238<TD>This class implements a security manager meant for useage by tasks that run inside the
239 ant VM.</TD>
240</TR>
241<TR BGCOLOR="white" CLASS="TableRowColor">
242<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Permissions.Permission.html" title="class in org.apache.tools.ant.types">Permissions.Permission</A></B></TD>
243<TD>Represents a permission.</TD>
244</TR>
245<TR BGCOLOR="white" CLASS="TableRowColor">
246<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/PropertySet.html" title="class in org.apache.tools.ant.types">PropertySet</A></B></TD>
247<TD>A set of properties.</TD>
248</TR>
249<TR BGCOLOR="white" CLASS="TableRowColor">
250<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/PropertySet.BuiltinPropertySetName.html" title="class in org.apache.tools.ant.types">PropertySet.BuiltinPropertySetName</A></B></TD>
251<TD>Used for propertyref's builtin attribute.</TD>
252</TR>
253<TR BGCOLOR="white" CLASS="TableRowColor">
254<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/PropertySet.PropertyRef.html" title="class in org.apache.tools.ant.types">PropertySet.PropertyRef</A></B></TD>
255<TD>This is a nested class containing a reference to some properties
256 and optionally a source of properties.</TD>
257</TR>
258<TR BGCOLOR="white" CLASS="TableRowColor">
259<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/RedirectorElement.html" title="class in org.apache.tools.ant.types">RedirectorElement</A></B></TD>
260<TD>Element representation of a <CODE>Redirector</CODE>.</TD>
261</TR>
262<TR BGCOLOR="white" CLASS="TableRowColor">
263<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Reference.html" title="class in org.apache.tools.ant.types">Reference</A></B></TD>
264<TD>Class to hold a reference to another object in the project.</TD>
265</TR>
266<TR BGCOLOR="white" CLASS="TableRowColor">
267<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/RegularExpression.html" title="class in org.apache.tools.ant.types">RegularExpression</A></B></TD>
268<TD>A regular expression datatype.</TD>
269</TR>
270<TR BGCOLOR="white" CLASS="TableRowColor">
271<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Resource.html" title="class in org.apache.tools.ant.types">Resource</A></B></TD>
272<TD>Describes a File or a ZipEntry.</TD>
273</TR>
274<TR BGCOLOR="white" CLASS="TableRowColor">
275<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/ResourceLocation.html" title="class in org.apache.tools.ant.types">ResourceLocation</A></B></TD>
276<TD>Helper class to handle the <code>&lt;dtd&gt;</code> and
277 <code>&lt;entity&gt;</code> nested elements.</TD>
278</TR>
279<TR BGCOLOR="white" CLASS="TableRowColor">
280<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/Substitution.html" title="class in org.apache.tools.ant.types">Substitution</A></B></TD>
281<TD>A regular expression substitution datatype.</TD>
282</TR>
283<TR BGCOLOR="white" CLASS="TableRowColor">
284<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/XMLCatalog.html" title="class in org.apache.tools.ant.types">XMLCatalog</A></B></TD>
285<TD>This data type provides a catalog of resource locations (such as
286 DTDs and XML entities), based on the <a
287 href="http://oasis-open.org/committees/entity/spec-2001-08-06.html">
288 OASIS "Open Catalog" standard</a>.</TD>
289</TR>
290<TR BGCOLOR="white" CLASS="TableRowColor">
291<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/ZipFileSet.html" title="class in org.apache.tools.ant.types">ZipFileSet</A></B></TD>
292<TD>A ZipFileSet is a FileSet with extra attributes useful in the context of
293 Zip/Jar tasks.</TD>
294</TR>
295<TR BGCOLOR="white" CLASS="TableRowColor">
296<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/types/ZipScanner.html" title="class in org.apache.tools.ant.types">ZipScanner</A></B></TD>
297<TD>ZipScanner accesses the pattern matching algorithm in DirectoryScanner,
298 which are protected methods that can only be accessed by subclassing.</TD>
299</TR>
300</TABLE>
301&nbsp;
302
303<P>
304<HR>
305
306
307<!-- ======= START OF BOTTOM NAVBAR ====== -->
308<A NAME="navbar_bottom"><!-- --></A>
309<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
310<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
311<TR>
312<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
313<A NAME="navbar_bottom_firstrow"><!-- --></A>
314<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
315 <TR ALIGN="center" VALIGN="top">
316 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
317 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
318 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
319 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
320 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
321 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
322 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
323 </TR>
324</TABLE>
325</TD>
326<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
327</EM>
328</TD>
329</TR>
330
331<TR>
332<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
333&nbsp;<A HREF="../../../../../org/apache/tools/ant/taskdefs/rmic/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
334&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/mappers/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
335<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
336 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
337&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
338&nbsp;<SCRIPT type="text/javascript">
339 <!--
340 if(window==top) {
341 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
342 }
343 //-->
344</SCRIPT>
345<NOSCRIPT>
346 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
347</NOSCRIPT>
348
349</FONT></TD>
350</TR>
351</TABLE>
352<A NAME="skip-navbar_bottom"></A>
353<!-- ======== END OF BOTTOM NAVBAR ======= -->
354
355<HR>
356Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.
357</BODY>
358</HTML>
Note: See TracBrowser for help on using the repository browser.