source: release-kits/lirk3/resources/gs3-release-maker/ant/docs/manual/api/org/apache/tools/ant/util/package-summary.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 18.8 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:14 NZST 2007 -->
6<TITLE>
7org.apache.tools.ant.util (Apache Ant API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.apache.tools.ant.util 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.util (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/types/selectors/modifiedselector/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
53&nbsp;<A HREF="../../../../../org/apache/tools/ant/util/depend/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.util
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/util/FileNameMapper.html" title="interface in org.apache.tools.ant.util">FileNameMapper</A></B></TD>
86<TD>Interface to be used by SourceFileScanner.</TD>
87</TR>
88<TR BGCOLOR="white" CLASS="TableRowColor">
89<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/TimeoutObserver.html" title="interface in org.apache.tools.ant.util">TimeoutObserver</A></B></TD>
90<TD>Interface for classes that want to be notified by Watchdog.</TD>
91</TR>
92<TR BGCOLOR="white" CLASS="TableRowColor">
93<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/Tokenizer.html" title="interface in org.apache.tools.ant.util">Tokenizer</A></B></TD>
94<TD>input stream tokenizers implement this interface</TD>
95</TR>
96</TABLE>
97&nbsp;
98
99<P>
100
101<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
102<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
103<TD COLSPAN=2><FONT SIZE="+2">
104<B>Class Summary</B></FONT></TD>
105</TR>
106<TR BGCOLOR="white" CLASS="TableRowColor">
107<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/ChainedMapper.html" title="class in org.apache.tools.ant.util">ChainedMapper</A></B></TD>
108<TD>A <CODE>ContainerMapper</CODE> that chains the results of the first
109 nested <CODE>FileNameMapper</CODE>s into sourcefiles for the second,
110 the second to the third, and so on, returning the resulting mapped
111 filenames from the last nested <CODE>FileNameMapper</CODE>.</TD>
112</TR>
113<TR BGCOLOR="white" CLASS="TableRowColor">
114<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/ClasspathUtils.html" title="class in org.apache.tools.ant.util">ClasspathUtils</A></B></TD>
115<TD>Offers some helper methods on the Path structure in ant.</TD>
116</TR>
117<TR BGCOLOR="white" CLASS="TableRowColor">
118<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/ClasspathUtils.Delegate.html" title="class in org.apache.tools.ant.util">ClasspathUtils.Delegate</A></B></TD>
119<TD>Delegate that helps out any specific ProjectComponent that needs
120 dynamic classloading.</TD>
121</TR>
122<TR BGCOLOR="white" CLASS="TableRowColor">
123<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/CollectionUtils.html" title="class in org.apache.tools.ant.util">CollectionUtils</A></B></TD>
124<TD>A set of helper methods related to collection manipulation.</TD>
125</TR>
126<TR BGCOLOR="white" CLASS="TableRowColor">
127<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/CollectionUtils.EmptyEnumeration.html" title="class in org.apache.tools.ant.util">CollectionUtils.EmptyEnumeration</A></B></TD>
128<TD>&nbsp;</TD>
129</TR>
130<TR BGCOLOR="white" CLASS="TableRowColor">
131<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/CompositeMapper.html" title="class in org.apache.tools.ant.util">CompositeMapper</A></B></TD>
132<TD>A <CODE>ContainerMapper</CODE> that unites the results of its constituent
133 <CODE>FileNameMapper</CODE>s into a single set of result filenames.</TD>
134</TR>
135<TR BGCOLOR="white" CLASS="TableRowColor">
136<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/ConcatFileInputStream.html" title="class in org.apache.tools.ant.util">ConcatFileInputStream</A></B></TD>
137<TD>Special <code>InputStream</code> that will
138 concatenate the contents of an array of files.</TD>
139</TR>
140<TR BGCOLOR="white" CLASS="TableRowColor">
141<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/ContainerMapper.html" title="class in org.apache.tools.ant.util">ContainerMapper</A></B></TD>
142<TD>A <code>FileNameMapper</code> that contains
143 other <CODE>FileNameMapper</CODE>s.</TD>
144</TR>
145<TR BGCOLOR="white" CLASS="TableRowColor">
146<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/DateUtils.html" title="class in org.apache.tools.ant.util">DateUtils</A></B></TD>
147<TD>Helper methods to deal with date/time formatting with a specific
148 defined format (<a href="http://www.w3.org/TR/NOTE-datetime">ISO8601</a>)
149 or a plurialization correct elapsed time in minutes and seconds.</TD>
150</TR>
151<TR BGCOLOR="white" CLASS="TableRowColor">
152<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/DOMElementWriter.html" title="class in org.apache.tools.ant.util">DOMElementWriter</A></B></TD>
153<TD>Writes a DOM tree to a given Writer.</TD>
154</TR>
155<TR BGCOLOR="white" CLASS="TableRowColor">
156<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/DOMUtils.html" title="class in org.apache.tools.ant.util">DOMUtils</A></B></TD>
157<TD>Some utility methods for common tasks when building DOM trees in memory.</TD>
158</TR>
159<TR BGCOLOR="white" CLASS="TableRowColor">
160<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/FileUtils.html" title="class in org.apache.tools.ant.util">FileUtils</A></B></TD>
161<TD>This class also encapsulates methods which allow Files to be
162 referred to using abstract path names which are translated to native
163 system file paths at runtime as well as copying files or setting
164 their last modification time.</TD>
165</TR>
166<TR BGCOLOR="white" CLASS="TableRowColor">
167<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/FlatFileNameMapper.html" title="class in org.apache.tools.ant.util">FlatFileNameMapper</A></B></TD>
168<TD>Implementation of FileNameMapper that always returns the source
169 file name without any leading directory information.</TD>
170</TR>
171<TR BGCOLOR="white" CLASS="TableRowColor">
172<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/GlobPatternMapper.html" title="class in org.apache.tools.ant.util">GlobPatternMapper</A></B></TD>
173<TD>Implementation of FileNameMapper that does simple wildcard pattern
174 replacements.</TD>
175</TR>
176<TR BGCOLOR="white" CLASS="TableRowColor">
177<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/IdentityMapper.html" title="class in org.apache.tools.ant.util">IdentityMapper</A></B></TD>
178<TD>Implementation of FileNameMapper that always returns the source file name.</TD>
179</TR>
180<TR BGCOLOR="white" CLASS="TableRowColor">
181<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/JavaEnvUtils.html" title="class in org.apache.tools.ant.util">JavaEnvUtils</A></B></TD>
182<TD>A set of helper methods related to locating executables or checking
183 conditons of a given Java installation.</TD>
184</TR>
185<TR BGCOLOR="white" CLASS="TableRowColor">
186<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/JAXPUtils.html" title="class in org.apache.tools.ant.util">JAXPUtils</A></B></TD>
187<TD>Collection of helper methods that retrieve a ParserFactory or
188 Parsers and Readers.</TD>
189</TR>
190<TR BGCOLOR="white" CLASS="TableRowColor">
191<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/KeepAliveInputStream.html" title="class in org.apache.tools.ant.util">KeepAliveInputStream</A></B></TD>
192<TD>Class that can be used to wrap <tt>System.in</tt>
193 without getting anxious about any client closing the stream.</TD>
194</TR>
195<TR BGCOLOR="white" CLASS="TableRowColor">
196<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/KeepAliveOutputStream.html" title="class in org.apache.tools.ant.util">KeepAliveOutputStream</A></B></TD>
197<TD>Class that can be used to wrap <tt>System.out</tt> and <tt>System.err</tt>
198 without getting anxious about any client closing the stream.</TD>
199</TR>
200<TR BGCOLOR="white" CLASS="TableRowColor">
201<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/LazyFileOutputStream.html" title="class in org.apache.tools.ant.util">LazyFileOutputStream</A></B></TD>
202<TD>Class that delays opening the output file until the first bytes
203 shall be written or the method <A HREF="../../../../../org/apache/tools/ant/util/LazyFileOutputStream.html#open()"><CODE>open</CODE></A> has been invoked
204 explicitly.</TD>
205</TR>
206<TR BGCOLOR="white" CLASS="TableRowColor">
207<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html" title="class in org.apache.tools.ant.util">LazyHashtable</A></B></TD>
208<TD>Hashtable implementation that allows delayed construction
209 of expensive objects
210
211 All operations that need access to the full list of objects
212 will call initAll() first.</TD>
213</TR>
214<TR BGCOLOR="white" CLASS="TableRowColor">
215<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html" title="class in org.apache.tools.ant.util">LeadPipeInputStream</A></B></TD>
216<TD>Special <CODE>PipedInputStream</CODE> that will not die
217 when the writing <CODE>Thread</CODE> is no longer alive.</TD>
218</TR>
219<TR BGCOLOR="white" CLASS="TableRowColor">
220<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/LineTokenizer.html" title="class in org.apache.tools.ant.util">LineTokenizer</A></B></TD>
221<TD>class to tokenize the input as lines seperated
222 by \r (mac style), \r\n (dos/windows style) or \n (unix style)</TD>
223</TR>
224<TR BGCOLOR="white" CLASS="TableRowColor">
225<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/LoaderUtils.html" title="class in org.apache.tools.ant.util">LoaderUtils</A></B></TD>
226<TD>ClassLoader utility methods</TD>
227</TR>
228<TR BGCOLOR="white" CLASS="TableRowColor">
229<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/MergingMapper.html" title="class in org.apache.tools.ant.util">MergingMapper</A></B></TD>
230<TD>Implementation of FileNameMapper that always returns the same
231 target file name.</TD>
232</TR>
233<TR BGCOLOR="white" CLASS="TableRowColor">
234<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/OutputStreamFunneler.html" title="class in org.apache.tools.ant.util">OutputStreamFunneler</A></B></TD>
235<TD>Manages a set of <CODE>OutputStream</CODE>s to
236 write to a single underlying stream, which is
237 closed only when the last &quot;funnel&quot;
238 has been closed.</TD>
239</TR>
240<TR BGCOLOR="white" CLASS="TableRowColor">
241<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/PackageNameMapper.html" title="class in org.apache.tools.ant.util">PackageNameMapper</A></B></TD>
242<TD>Maps directory name matches into a dotted package name.</TD>
243</TR>
244<TR BGCOLOR="white" CLASS="TableRowColor">
245<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/ReaderInputStream.html" title="class in org.apache.tools.ant.util">ReaderInputStream</A></B></TD>
246<TD>Adapts a <code>Reader</code> as an <code>InputStream</code>.</TD>
247</TR>
248<TR BGCOLOR="white" CLASS="TableRowColor">
249<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/RegexpPatternMapper.html" title="class in org.apache.tools.ant.util">RegexpPatternMapper</A></B></TD>
250<TD>Implementation of FileNameMapper that does regular expression
251 replacements.</TD>
252</TR>
253<TR BGCOLOR="white" CLASS="TableRowColor">
254<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/ResourceUtils.html" title="class in org.apache.tools.ant.util">ResourceUtils</A></B></TD>
255<TD>this class provides utility methods to process resources</TD>
256</TR>
257<TR BGCOLOR="white" CLASS="TableRowColor">
258<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/ScriptRunner.html" title="class in org.apache.tools.ant.util">ScriptRunner</A></B></TD>
259<TD>This class is used to run BSF scripts</TD>
260</TR>
261<TR BGCOLOR="white" CLASS="TableRowColor">
262<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/SourceFileScanner.html" title="class in org.apache.tools.ant.util">SourceFileScanner</A></B></TD>
263<TD>Utility class that collects the functionality of the various
264 scanDir methods that have been scattered in several tasks before.</TD>
265</TR>
266<TR BGCOLOR="white" CLASS="TableRowColor">
267<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/StringUtils.html" title="class in org.apache.tools.ant.util">StringUtils</A></B></TD>
268<TD>A set of helper methods related to string manipulation.</TD>
269</TR>
270<TR BGCOLOR="white" CLASS="TableRowColor">
271<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/TaskLogger.html" title="class in org.apache.tools.ant.util">TaskLogger</A></B></TD>
272<TD>A facade that makes logging nicers to use.</TD>
273</TR>
274<TR BGCOLOR="white" CLASS="TableRowColor">
275<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/TeeOutputStream.html" title="class in org.apache.tools.ant.util">TeeOutputStream</A></B></TD>
276<TD>A simple T-piece to replicate an output stream into two separate streams</TD>
277</TR>
278<TR BGCOLOR="white" CLASS="TableRowColor">
279<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/UnPackageNameMapper.html" title="class in org.apache.tools.ant.util">UnPackageNameMapper</A></B></TD>
280<TD>Maps dotted package name matches to a directory name.</TD>
281</TR>
282<TR BGCOLOR="white" CLASS="TableRowColor">
283<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/Watchdog.html" title="class in org.apache.tools.ant.util">Watchdog</A></B></TD>
284<TD>Generalization of <code>ExecuteWatchdog</code></TD>
285</TR>
286<TR BGCOLOR="white" CLASS="TableRowColor">
287<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/WeakishReference.html" title="class in org.apache.tools.ant.util">WeakishReference</A></B></TD>
288<TD>this is a weak reference on java1.2 and up, a hard
289 reference on java1.1</TD>
290</TR>
291<TR BGCOLOR="white" CLASS="TableRowColor">
292<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/tools/ant/util/WeakishReference.HardReference.html" title="class in org.apache.tools.ant.util">WeakishReference.HardReference</A></B></TD>
293<TD>A hard reference for Java 1.1</TD>
294</TR>
295</TABLE>
296&nbsp;
297
298<P>
299<HR>
300
301
302<!-- ======= START OF BOTTOM NAVBAR ====== -->
303<A NAME="navbar_bottom"><!-- --></A>
304<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
305<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
306<TR>
307<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
308<A NAME="navbar_bottom_firstrow"><!-- --></A>
309<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
310 <TR ALIGN="center" VALIGN="top">
311 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
312 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
313 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
314 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
315 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
316 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
317 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
318 </TR>
319</TABLE>
320</TD>
321<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
322</EM>
323</TD>
324</TR>
325
326<TR>
327<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
328&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/selectors/modifiedselector/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
329&nbsp;<A HREF="../../../../../org/apache/tools/ant/util/depend/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
330<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
331 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
332&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
333&nbsp;<SCRIPT type="text/javascript">
334 <!--
335 if(window==top) {
336 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
337 }
338 //-->
339</SCRIPT>
340<NOSCRIPT>
341 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
342</NOSCRIPT>
343
344</FONT></TD>
345</TR>
346</TABLE>
347<A NAME="skip-navbar_bottom"></A>
348<!-- ======== END OF BOTTOM NAVBAR ======= -->
349
350<HR>
351Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.
352</BODY>
353</HTML>
Note: See TracBrowser for help on using the repository browser.