Subversion Repositories bacoAlunos

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1777 jmachado 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.5.0_09) on Thu Nov 02 11:46:40 EST 2006 -->
6
<TITLE>
7
Assert (Ant Contrib)
8
</TITLE>
9
 
10
<META NAME="keywords" CONTENT="net.sf.antcontrib.logic.Assert class">
11
 
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
13
 
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    parent.document.title="Assert (Ant Contrib)";
18
}
19
</SCRIPT>
20
<NOSCRIPT>
21
</NOSCRIPT>
22
 
23
</HEAD>
24
 
25
<BODY BGCOLOR="white" onload="windowTitle();">
26
 
27
 
28
<!-- ========= START OF TOP NAVBAR ======= -->
29
<A NAME="navbar_top"><!-- --></A>
30
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32
<TR>
33
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34
<A NAME="navbar_top_firstrow"><!-- --></A>
35
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36
  <TR ALIGN="center" VALIGN="top">
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44
  </TR>
45
</TABLE>
46
</TD>
47
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48
</EM>
49
</TD>
50
</TR>
51
 
52
<TR>
53
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
&nbsp;<A HREF="../../../../net/sf/antcontrib/logic/AntFetch.html" title="class in net.sf.antcontrib.logic"><B>PREV CLASS</B></A>&nbsp;
55
&nbsp;<A HREF="../../../../net/sf/antcontrib/logic/ForEach.html" title="class in net.sf.antcontrib.logic"><B>NEXT CLASS</B></A></FONT></TD>
56
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
  <A HREF="../../../../index.html?net/sf/antcontrib/logic/Assert.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58
&nbsp;<A HREF="Assert.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
59
&nbsp;<SCRIPT type="text/javascript">
60
  <!--
61
  if(window==top) {
62
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63
  }
64
  //-->
65
</SCRIPT>
66
<NOSCRIPT>
67
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68
</NOSCRIPT>
69
 
70
 
71
</FONT></TD>
72
</TR>
73
<TR>
74
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78
</TR>
79
</TABLE>
80
<A NAME="skip-navbar_top"></A>
81
<!-- ========= END OF TOP NAVBAR ========= -->
82
 
83
<HR>
84
<!-- ======== START OF CLASS DATA ======== -->
85
<H2>
86
<FONT SIZE="-1">
87
net.sf.antcontrib.logic</FONT>
88
<BR>
89
Class Assert</H2>
90
<PRE>
91
java.lang.Object
92
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">org.apache.tools.ant.ProjectComponent
93
      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">org.apache.tools.ant.taskdefs.condition.ConditionBase
94
          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html" title="class in net.sf.antcontrib.logic.condition">net.sf.antcontrib.logic.condition.BooleanConditionBase</A>
95
              <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>net.sf.antcontrib.logic.Assert</B>
96
</PRE>
97
<DL>
98
<DT><B>All Implemented Interfaces:</B> <DD>org.apache.tools.ant.TaskContainer</DD>
99
</DL>
100
<HR>
101
<DL>
102
<DT><PRE>public class <B>Assert</B><DT>extends <A HREF="../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html" title="class in net.sf.antcontrib.logic.condition">BooleanConditionBase</A><DT>implements org.apache.tools.ant.TaskContainer</DL>
103
</PRE>
104
 
105
<P>
106
<HR>
107
 
108
<P>
109
<!-- =========== FIELD SUMMARY =========== -->
110
 
111
<A NAME="field_summary"><!-- --></A>
112
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
113
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
114
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
115
<B>Field Summary</B></FONT></TH>
116
</TR>
117
</TABLE>
118
&nbsp;<A NAME="fields_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
119
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
120
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
121
<TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.ProjectComponent</B></TH>
122
</TR>
123
<TR BGCOLOR="white" CLASS="TableRowColor">
124
<TD><CODE>project</CODE></TD>
125
</TR>
126
</TABLE>
127
&nbsp;
128
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
129
 
130
<A NAME="constructor_summary"><!-- --></A>
131
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
133
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
134
<B>Constructor Summary</B></FONT></TH>
135
</TR>
136
<TR BGCOLOR="white" CLASS="TableRowColor">
137
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/logic/Assert.html#Assert()">Assert</A></B>()</CODE>
138
 
139
<BR>
140
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
141
</TR>
142
</TABLE>
143
&nbsp;
144
<!-- ========== METHOD SUMMARY =========== -->
145
 
146
<A NAME="method_summary"><!-- --></A>
147
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
148
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
149
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
150
<B>Method Summary</B></FONT></TH>
151
</TR>
152
<TR BGCOLOR="white" CLASS="TableRowColor">
153
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154
<CODE>&nbsp;void</CODE></FONT></TD>
155
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/logic/Assert.html#addTask(org.apache.tools.ant.Task)">addTask</A></B>(org.apache.tools.ant.Task&nbsp;task)</CODE>
156
 
157
<BR>
158
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
159
</TR>
160
<TR BGCOLOR="white" CLASS="TableRowColor">
161
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162
<CODE>&nbsp;<A HREF="../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html" title="class in net.sf.antcontrib.logic.condition">BooleanConditionBase</A></CODE></FONT></TD>
163
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/logic/Assert.html#createBool()">createBool</A></B>()</CODE>
164
 
165
<BR>
166
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
167
</TR>
168
<TR BGCOLOR="white" CLASS="TableRowColor">
169
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170
<CODE>&nbsp;void</CODE></FONT></TD>
171
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/logic/Assert.html#execute()">execute</A></B>()</CODE>
172
 
173
<BR>
174
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
175
</TR>
176
<TR BGCOLOR="white" CLASS="TableRowColor">
177
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178
<CODE>&nbsp;void</CODE></FONT></TD>
179
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/logic/Assert.html#setFailOnError(boolean)">setFailOnError</A></B>(boolean&nbsp;failOnError)</CODE>
180
 
181
<BR>
182
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
183
</TR>
184
<TR BGCOLOR="white" CLASS="TableRowColor">
185
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186
<CODE>&nbsp;void</CODE></FONT></TD>
187
<TD><CODE><B><A HREF="../../../../net/sf/antcontrib/logic/Assert.html#setMessage(java.lang.String)">setMessage</A></B>(java.lang.String&nbsp;message)</CODE>
188
 
189
<BR>
190
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
191
</TR>
192
</TABLE>
193
&nbsp;<A NAME="methods_inherited_from_class_net.sf.antcontrib.logic.condition.BooleanConditionBase"><!-- --></A>
194
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
195
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
196
<TH ALIGN="left"><B>Methods inherited from class net.sf.antcontrib.logic.condition.<A HREF="../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html" title="class in net.sf.antcontrib.logic.condition">BooleanConditionBase</A></B></TH>
197
</TR>
198
<TR BGCOLOR="white" CLASS="TableRowColor">
199
<TD><CODE><A HREF="../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html#addIsGreaterThan(net.sf.antcontrib.logic.condition.IsGreaterThan)">addIsGreaterThan</A>, <A HREF="../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html#addIsLessThan(net.sf.antcontrib.logic.condition.IsLessThan)">addIsLessThan</A>, <A HREF="../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html#addIsPropertyFalse(net.sf.antcontrib.logic.condition.IsPropertyFalse)">addIsPropertyFalse</A>, <A HREF="../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html#addIsPropertyTrue(net.sf.antcontrib.logic.condition.IsPropertyTrue)">addIsPropertyTrue</A></CODE></TD>
200
</TR>
201
</TABLE>
202
&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.taskdefs.condition.ConditionBase"><!-- --></A>
203
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
204
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
205
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.taskdefs.condition.ConditionBase</B></TH>
206
</TR>
207
<TR BGCOLOR="white" CLASS="TableRowColor">
208
<TD><CODE>add, addAnd, addAvailable, addChecksum, addContains, addEquals, addFilesMatch, addHttp, addIsFalse, addIsReference, addIsSet, addIsTrue, addNot, addOr, addOs, addSocket, addUptodate, countConditions, getConditions</CODE></TD>
209
</TR>
210
</TABLE>
211
&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
212
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
213
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
214
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.ProjectComponent</B></TH>
215
</TR>
216
<TR BGCOLOR="white" CLASS="TableRowColor">
217
<TD><CODE>getProject, log, log, setProject</CODE></TD>
218
</TR>
219
</TABLE>
220
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
221
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
222
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
223
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
224
</TR>
225
<TR BGCOLOR="white" CLASS="TableRowColor">
226
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
227
</TR>
228
</TABLE>
229
&nbsp;
230
<P>
231
 
232
<!-- ========= CONSTRUCTOR DETAIL ======== -->
233
 
234
<A NAME="constructor_detail"><!-- --></A>
235
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
236
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
237
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
238
<B>Constructor Detail</B></FONT></TH>
239
</TR>
240
</TABLE>
241
 
242
<A NAME="Assert()"><!-- --></A><H3>
243
Assert</H3>
244
<PRE>
245
public <B>Assert</B>()</PRE>
246
<DL>
247
</DL>
248
 
249
<!-- ============ METHOD DETAIL ========== -->
250
 
251
<A NAME="method_detail"><!-- --></A>
252
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
253
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
254
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
255
<B>Method Detail</B></FONT></TH>
256
</TR>
257
</TABLE>
258
 
259
<A NAME="setFailOnError(boolean)"><!-- --></A><H3>
260
setFailOnError</H3>
261
<PRE>
262
public void <B>setFailOnError</B>(boolean&nbsp;failOnError)</PRE>
263
<DL>
264
<DD><DL>
265
</DL>
266
</DD>
267
<DD><DL>
268
</DL>
269
</DD>
270
</DL>
271
<HR>
272
 
273
<A NAME="setMessage(java.lang.String)"><!-- --></A><H3>
274
setMessage</H3>
275
<PRE>
276
public void <B>setMessage</B>(java.lang.String&nbsp;message)</PRE>
277
<DL>
278
<DD><DL>
279
</DL>
280
</DD>
281
<DD><DL>
282
</DL>
283
</DD>
284
</DL>
285
<HR>
286
 
287
<A NAME="addTask(org.apache.tools.ant.Task)"><!-- --></A><H3>
288
addTask</H3>
289
<PRE>
290
public void <B>addTask</B>(org.apache.tools.ant.Task&nbsp;task)</PRE>
291
<DL>
292
<DD><DL>
293
<DT><B>Specified by:</B><DD><CODE>addTask</CODE> in interface <CODE>org.apache.tools.ant.TaskContainer</CODE></DL>
294
</DD>
295
<DD><DL>
296
</DL>
297
</DD>
298
</DL>
299
<HR>
300
 
301
<A NAME="createBool()"><!-- --></A><H3>
302
createBool</H3>
303
<PRE>
304
public <A HREF="../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html" title="class in net.sf.antcontrib.logic.condition">BooleanConditionBase</A> <B>createBool</B>()</PRE>
305
<DL>
306
<DD><DL>
307
</DL>
308
</DD>
309
<DD><DL>
310
</DL>
311
</DD>
312
</DL>
313
<HR>
314
 
315
<A NAME="execute()"><!-- --></A><H3>
316
execute</H3>
317
<PRE>
318
public void <B>execute</B>()</PRE>
319
<DL>
320
<DD><DL>
321
</DL>
322
</DD>
323
<DD><DL>
324
</DL>
325
</DD>
326
</DL>
327
<!-- ========= END OF CLASS DATA ========= -->
328
<HR>
329
 
330
 
331
<!-- ======= START OF BOTTOM NAVBAR ====== -->
332
<A NAME="navbar_bottom"><!-- --></A>
333
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
334
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
335
<TR>
336
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
337
<A NAME="navbar_bottom_firstrow"><!-- --></A>
338
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
339
  <TR ALIGN="center" VALIGN="top">
340
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
341
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
342
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
343
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
344
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
345
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
346
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
347
  </TR>
348
</TABLE>
349
</TD>
350
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
351
</EM>
352
</TD>
353
</TR>
354
 
355
<TR>
356
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
357
&nbsp;<A HREF="../../../../net/sf/antcontrib/logic/AntFetch.html" title="class in net.sf.antcontrib.logic"><B>PREV CLASS</B></A>&nbsp;
358
&nbsp;<A HREF="../../../../net/sf/antcontrib/logic/ForEach.html" title="class in net.sf.antcontrib.logic"><B>NEXT CLASS</B></A></FONT></TD>
359
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
360
  <A HREF="../../../../index.html?net/sf/antcontrib/logic/Assert.html" target="_top"><B>FRAMES</B></A>  &nbsp;
361
&nbsp;<A HREF="Assert.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
362
&nbsp;<SCRIPT type="text/javascript">
363
  <!--
364
  if(window==top) {
365
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
366
  }
367
  //-->
368
</SCRIPT>
369
<NOSCRIPT>
370
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
371
</NOSCRIPT>
372
 
373
 
374
</FONT></TD>
375
</TR>
376
<TR>
377
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
378
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
379
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
380
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
381
</TR>
382
</TABLE>
383
<A NAME="skip-navbar_bottom"></A>
384
<!-- ======== END OF BOTTOM NAVBAR ======= -->
385
 
386
<HR>
387
 
388
</BODY>
389
</HTML>