source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/build/javadocs/org/apache/tools/ant/types/FilterSet.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: 33.3 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:32 NZST 2007 -->
6<TITLE>
7FilterSet (Apache Ant API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.apache.tools.ant.types.FilterSet class">
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="FilterSet (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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></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/FilterChain.html" title="class in org.apache.tools.ant.types"><B>PREV CLASS</B></A>&nbsp;
53&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/FilterSet.Filter.html" title="class in org.apache.tools.ant.types"><B>NEXT CLASS</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="FilterSet.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<TR>
71<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
72 SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
73<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
75</TR>
76</TABLE>
77<A NAME="skip-navbar_top"></A>
78<!-- ========= END OF TOP NAVBAR ========= -->
79
80<HR>
81<!-- ======== START OF CLASS DATA ======== -->
82<H2>
83<FONT SIZE="-1">
84org.apache.tools.ant.types</FONT>
85<BR>
86Class FilterSet</H2>
87<PRE>
88java.lang.Object
89 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">org.apache.tools.ant.ProjectComponent</A>
90 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../../org/apache/tools/ant/types/DataType.html" title="class in org.apache.tools.ant.types">org.apache.tools.ant.types.DataType</A>
91 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.tools.ant.types.FilterSet</B>
92</PRE>
93<DL>
94<DT><B>All Implemented Interfaces:</B> <DD>java.lang.Cloneable</DD>
95</DL>
96<HR>
97<DL>
98<DT>public class <B>FilterSet</B><DT>extends <A HREF="../../../../../org/apache/tools/ant/types/DataType.html" title="class in org.apache.tools.ant.types">DataType</A><DT>implements java.lang.Cloneable</DL>
99
100<P>
101A set of filters to be applied to something.
102
103 A filter set may have begintoken and endtokens defined.
104<P>
105
106<P>
107<HR>
108
109<P>
110<!-- ======== NESTED CLASS SUMMARY ======== -->
111
112<A NAME="nested_class_summary"><!-- --></A>
113<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
114<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
115<TD COLSPAN=2><FONT SIZE="+2">
116<B>Nested Class Summary</B></FONT></TD>
117</TR>
118<TR BGCOLOR="white" CLASS="TableRowColor">
119<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
120<CODE>static&nbsp;class</CODE></FONT></TD>
121<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.Filter.html" title="class in org.apache.tools.ant.types">FilterSet.Filter</A></B></CODE>
122
123<BR>
124&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Individual filter component of filterset.</TD>
125</TR>
126<TR BGCOLOR="white" CLASS="TableRowColor">
127<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
128<CODE>&nbsp;class</CODE></FONT></TD>
129<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.FiltersFile.html" title="class in org.apache.tools.ant.types">FilterSet.FiltersFile</A></B></CODE>
130
131<BR>
132&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The filtersfile nested element.</TD>
133</TR>
134</TABLE>
135&nbsp;
136<!-- =========== FIELD SUMMARY =========== -->
137
138<A NAME="field_summary"><!-- --></A>
139<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
140<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
141<TD COLSPAN=2><FONT SIZE="+2">
142<B>Field Summary</B></FONT></TD>
143</TR>
144<TR BGCOLOR="white" CLASS="TableRowColor">
145<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
147<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#DEFAULT_TOKEN_END">DEFAULT_TOKEN_END</A></B></CODE>
148
149<BR>
150&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The default token end string</TD>
151</TR>
152<TR BGCOLOR="white" CLASS="TableRowColor">
153<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
155<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#DEFAULT_TOKEN_START">DEFAULT_TOKEN_START</A></B></CODE>
156
157<BR>
158&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The default token start string</TD>
159</TR>
160</TABLE>
161&nbsp;<A NAME="fields_inherited_from_class_org.apache.tools.ant.types.DataType"><!-- --></A>
162<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
163<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
164<TD><B>Fields inherited from class org.apache.tools.ant.types.<A HREF="../../../../../org/apache/tools/ant/types/DataType.html" title="class in org.apache.tools.ant.types">DataType</A></B></TD>
165</TR>
166<TR BGCOLOR="white" CLASS="TableRowColor">
167<TD><CODE><A HREF="../../../../../org/apache/tools/ant/types/DataType.html#checked">checked</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#description">description</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#ref">ref</A></CODE></TD>
168</TR>
169</TABLE>
170&nbsp;<A NAME="fields_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
171<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
172<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
173<TD><B>Fields inherited from class org.apache.tools.ant.<A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</A></B></TD>
174</TR>
175<TR BGCOLOR="white" CLASS="TableRowColor">
176<TD><CODE><A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#project">project</A></CODE></TD>
177</TR>
178</TABLE>
179&nbsp;
180<!-- ======== CONSTRUCTOR SUMMARY ======== -->
181
182<A NAME="constructor_summary"><!-- --></A>
183<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
184<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
185<TD COLSPAN=2><FONT SIZE="+2">
186<B>Constructor Summary</B></FONT></TD>
187</TR>
188<TR BGCOLOR="white" CLASS="TableRowColor">
189<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190<CODE>&nbsp;</CODE></FONT></TD>
191<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#FilterSet()">FilterSet</A></B>()</CODE>
192
193<BR>
194&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default constructor.</TD>
195</TR>
196<TR BGCOLOR="white" CLASS="TableRowColor">
197<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198<CODE>protected </CODE></FONT></TD>
199<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#FilterSet(org.apache.tools.ant.types.FilterSet)">FilterSet</A></B>(<A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html" title="class in org.apache.tools.ant.types">FilterSet</A>&nbsp;filterset)</CODE>
200
201<BR>
202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a Filterset from another filterset.</TD>
203</TR>
204</TABLE>
205&nbsp;
206<!-- ========== METHOD SUMMARY =========== -->
207
208<A NAME="method_summary"><!-- --></A>
209<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
210<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
211<TD COLSPAN=2><FONT SIZE="+2">
212<B>Method Summary</B></FONT></TD>
213</TR>
214<TR BGCOLOR="white" CLASS="TableRowColor">
215<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216<CODE>&nbsp;void</CODE></FONT></TD>
217<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#addConfiguredFilterSet(org.apache.tools.ant.types.FilterSet)">addConfiguredFilterSet</A></B>(<A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html" title="class in org.apache.tools.ant.types">FilterSet</A>&nbsp;filterSet)</CODE>
218
219<BR>
220&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a Filterset to this filter set.</TD>
221</TR>
222<TR BGCOLOR="white" CLASS="TableRowColor">
223<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
224<CODE>&nbsp;void</CODE></FONT></TD>
225<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#addFilter(org.apache.tools.ant.types.FilterSet.Filter)">addFilter</A></B>(<A HREF="../../../../../org/apache/tools/ant/types/FilterSet.Filter.html" title="class in org.apache.tools.ant.types">FilterSet.Filter</A>&nbsp;filter)</CODE>
226
227<BR>
228&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a new filter.</TD>
229</TR>
230<TR BGCOLOR="white" CLASS="TableRowColor">
231<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232<CODE>&nbsp;void</CODE></FONT></TD>
233<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#addFilter(java.lang.String, java.lang.String)">addFilter</A></B>(java.lang.String&nbsp;token,
234 java.lang.String&nbsp;value)</CODE>
235
236<BR>
237&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a new filter made from the given token and value.</TD>
238</TR>
239<TR BGCOLOR="white" CLASS="TableRowColor">
240<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
241<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
242<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#clone()">clone</A></B>()</CODE>
243
244<BR>
245&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clone the filterset.</TD>
246</TR>
247<TR BGCOLOR="white" CLASS="TableRowColor">
248<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
249<CODE>&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/FilterSet.FiltersFile.html" title="class in org.apache.tools.ant.types">FilterSet.FiltersFile</A></CODE></FONT></TD>
250<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#createFiltersfile()">createFiltersfile</A></B>()</CODE>
251
252<BR>
253&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new FiltersFile.</TD>
254</TR>
255<TR BGCOLOR="white" CLASS="TableRowColor">
256<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
257<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
258<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#getBeginToken()">getBeginToken</A></B>()</CODE>
259
260<BR>
261&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the begin token for this filterset.</TD>
262</TR>
263<TR BGCOLOR="white" CLASS="TableRowColor">
264<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
265<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
266<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#getEndToken()">getEndToken</A></B>()</CODE>
267
268<BR>
269&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the end token for this filterset.</TD>
270</TR>
271<TR BGCOLOR="white" CLASS="TableRowColor">
272<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
273<CODE>&nbsp;java.util.Hashtable</CODE></FONT></TD>
274<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#getFilterHash()">getFilterHash</A></B>()</CODE>
275
276<BR>
277&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the filter hash of the FilterSet.</TD>
278</TR>
279<TR BGCOLOR="white" CLASS="TableRowColor">
280<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
281<CODE>protected &nbsp;java.util.Vector</CODE></FONT></TD>
282<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#getFilters()">getFilters</A></B>()</CODE>
283
284<BR>
285&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the filters in the filter set.</TD>
286</TR>
287<TR BGCOLOR="white" CLASS="TableRowColor">
288<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
289<CODE>protected &nbsp;<A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html" title="class in org.apache.tools.ant.types">FilterSet</A></CODE></FONT></TD>
290<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#getRef()">getRef</A></B>()</CODE>
291
292<BR>
293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the referenced filter set.</TD>
294</TR>
295<TR BGCOLOR="white" CLASS="TableRowColor">
296<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
297<CODE>&nbsp;boolean</CODE></FONT></TD>
298<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#hasFilters()">hasFilters</A></B>()</CODE>
299
300<BR>
301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Test to see if this filter set has filters.</TD>
302</TR>
303<TR BGCOLOR="white" CLASS="TableRowColor">
304<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
305<CODE>&nbsp;boolean</CODE></FONT></TD>
306<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#isRecurse()">isRecurse</A></B>()</CODE>
307
308<BR>
309&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get whether recursive token expansion is enabled.</TD>
310</TR>
311<TR BGCOLOR="white" CLASS="TableRowColor">
312<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
313<CODE>&nbsp;void</CODE></FONT></TD>
314<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#readFiltersFromFile(java.io.File)">readFiltersFromFile</A></B>(java.io.File&nbsp;filtersFile)</CODE>
315
316<BR>
317&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read the filters from the given file.</TD>
318</TR>
319<TR BGCOLOR="white" CLASS="TableRowColor">
320<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
321<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
322<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#replaceTokens(java.lang.String)">replaceTokens</A></B>(java.lang.String&nbsp;line)</CODE>
323
324<BR>
325&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Does replacement on the given string with token matching.</TD>
326</TR>
327<TR BGCOLOR="white" CLASS="TableRowColor">
328<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
329<CODE>&nbsp;void</CODE></FONT></TD>
330<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#setBeginToken(java.lang.String)">setBeginToken</A></B>(java.lang.String&nbsp;startOfToken)</CODE>
331
332<BR>
333&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the string used to id the beginning of a token.</TD>
334</TR>
335<TR BGCOLOR="white" CLASS="TableRowColor">
336<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
337<CODE>&nbsp;void</CODE></FONT></TD>
338<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#setEndToken(java.lang.String)">setEndToken</A></B>(java.lang.String&nbsp;endOfToken)</CODE>
339
340<BR>
341&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the string used to id the end of a token.</TD>
342</TR>
343<TR BGCOLOR="white" CLASS="TableRowColor">
344<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
345<CODE>&nbsp;void</CODE></FONT></TD>
346<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#setFiltersfile(java.io.File)">setFiltersfile</A></B>(java.io.File&nbsp;filtersFile)</CODE>
347
348<BR>
349&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the file containing the filters for this filterset.</TD>
350</TR>
351<TR BGCOLOR="white" CLASS="TableRowColor">
352<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
353<CODE>&nbsp;void</CODE></FONT></TD>
354<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html#setRecurse(boolean)">setRecurse</A></B>(boolean&nbsp;recurse)</CODE>
355
356<BR>
357&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set whether recursive token expansion is enabled.</TD>
358</TR>
359</TABLE>
360&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.types.DataType"><!-- --></A>
361<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
362<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
363<TD><B>Methods inherited from class org.apache.tools.ant.types.<A HREF="../../../../../org/apache/tools/ant/types/DataType.html" title="class in org.apache.tools.ant.types">DataType</A></B></TD>
364</TR>
365<TR BGCOLOR="white" CLASS="TableRowColor">
366<TD><CODE><A HREF="../../../../../org/apache/tools/ant/types/DataType.html#checkAttributesAllowed()">checkAttributesAllowed</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#checkChildrenAllowed()">checkChildrenAllowed</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#circularReference()">circularReference</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#dieOnCircularReference(java.util.Stack, org.apache.tools.ant.Project)">dieOnCircularReference</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#getCheckedRef(java.lang.Class, java.lang.String)">getCheckedRef</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#getDescription()">getDescription</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#getRefid()">getRefid</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#isChecked()">isChecked</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#isReference()">isReference</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#noChildrenAllowed()">noChildrenAllowed</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#setChecked(boolean)">setChecked</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#setDescription(java.lang.String)">setDescription</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#setRefid(org.apache.tools.ant.types.Reference)">setRefid</A>, <A HREF="../../../../../org/apache/tools/ant/types/DataType.html#tooManyAttributes()">tooManyAttributes</A></CODE></TD>
367</TR>
368</TABLE>
369&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
370<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
371<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
372<TD><B>Methods inherited from class org.apache.tools.ant.<A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</A></B></TD>
373</TR>
374<TR BGCOLOR="white" CLASS="TableRowColor">
375<TD><CODE><A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#getProject()">getProject</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#log(java.lang.String)">log</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#log(java.lang.String, int)">log</A>, <A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#setProject(org.apache.tools.ant.Project)">setProject</A></CODE></TD>
376</TR>
377</TABLE>
378&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
379<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
380<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
381<TD><B>Methods inherited from class java.lang.Object</B></TD>
382</TR>
383<TR BGCOLOR="white" CLASS="TableRowColor">
384<TD><CODE>equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
385</TR>
386</TABLE>
387&nbsp;
388<P>
389
390<!-- ============ FIELD DETAIL =========== -->
391
392<A NAME="field_detail"><!-- --></A>
393<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
394<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
395<TD COLSPAN=1><FONT SIZE="+2">
396<B>Field Detail</B></FONT></TD>
397</TR>
398</TABLE>
399
400<A NAME="DEFAULT_TOKEN_START"><!-- --></A><H3>
401DEFAULT_TOKEN_START</H3>
402<PRE>
403public static final java.lang.String <B>DEFAULT_TOKEN_START</B></PRE>
404<DL>
405<DD>The default token start string
406<P>
407<DL>
408<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.types.FilterSet.DEFAULT_TOKEN_START">Constant Field Values</A></DL>
409</DL>
410<HR>
411
412<A NAME="DEFAULT_TOKEN_END"><!-- --></A><H3>
413DEFAULT_TOKEN_END</H3>
414<PRE>
415public static final java.lang.String <B>DEFAULT_TOKEN_END</B></PRE>
416<DL>
417<DD>The default token end string
418<P>
419<DL>
420<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.types.FilterSet.DEFAULT_TOKEN_END">Constant Field Values</A></DL>
421</DL>
422
423<!-- ========= CONSTRUCTOR DETAIL ======== -->
424
425<A NAME="constructor_detail"><!-- --></A>
426<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
427<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
428<TD COLSPAN=1><FONT SIZE="+2">
429<B>Constructor Detail</B></FONT></TD>
430</TR>
431</TABLE>
432
433<A NAME="FilterSet()"><!-- --></A><H3>
434FilterSet</H3>
435<PRE>
436public <B>FilterSet</B>()</PRE>
437<DL>
438<DD>Default constructor.
439<P>
440</DL>
441<HR>
442
443<A NAME="FilterSet(org.apache.tools.ant.types.FilterSet)"><!-- --></A><H3>
444FilterSet</H3>
445<PRE>
446protected <B>FilterSet</B>(<A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html" title="class in org.apache.tools.ant.types">FilterSet</A>&nbsp;filterset)</PRE>
447<DL>
448<DD>Create a Filterset from another filterset.
449<P>
450<DT><B>Parameters:</B><DD><CODE>filterset</CODE> - the filterset upon which this filterset will be based.</DL>
451
452<!-- ============ METHOD DETAIL ========== -->
453
454<A NAME="method_detail"><!-- --></A>
455<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
456<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
457<TD COLSPAN=1><FONT SIZE="+2">
458<B>Method Detail</B></FONT></TD>
459</TR>
460</TABLE>
461
462<A NAME="getFilters()"><!-- --></A><H3>
463getFilters</H3>
464<PRE>
465protected java.util.Vector <B>getFilters</B>()</PRE>
466<DL>
467<DD>Get the filters in the filter set.
468<P>
469<DD><DL>
470</DL>
471</DD>
472<DD><DL>
473
474<DT><B>Returns:</B><DD>a Vector of Filter instances.</DL>
475</DD>
476</DL>
477<HR>
478
479<A NAME="getRef()"><!-- --></A><H3>
480getRef</H3>
481<PRE>
482protected <A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html" title="class in org.apache.tools.ant.types">FilterSet</A> <B>getRef</B>()</PRE>
483<DL>
484<DD>Get the referenced filter set.
485<P>
486<DD><DL>
487</DL>
488</DD>
489<DD><DL>
490
491<DT><B>Returns:</B><DD>the filterset from the reference.</DL>
492</DD>
493</DL>
494<HR>
495
496<A NAME="getFilterHash()"><!-- --></A><H3>
497getFilterHash</H3>
498<PRE>
499public java.util.Hashtable <B>getFilterHash</B>()</PRE>
500<DL>
501<DD>Gets the filter hash of the FilterSet.
502<P>
503<DD><DL>
504</DL>
505</DD>
506<DD><DL>
507
508<DT><B>Returns:</B><DD>The hash of the tokens and values for quick lookup.</DL>
509</DD>
510</DL>
511<HR>
512
513<A NAME="setFiltersfile(java.io.File)"><!-- --></A><H3>
514setFiltersfile</H3>
515<PRE>
516public void <B>setFiltersfile</B>(java.io.File&nbsp;filtersFile)
517 throws <A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
518<DL>
519<DD>Set the file containing the filters for this filterset.
520<P>
521<DD><DL>
522</DL>
523</DD>
524<DD><DL>
525<DT><B>Parameters:</B><DD><CODE>filtersFile</CODE> - sets the filter file from which to read filters
526 for this filter set.
527<DT><B>Throws:</B>
528<DD><CODE><A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - if there is a problem reading the filters.</DL>
529</DD>
530</DL>
531<HR>
532
533<A NAME="setBeginToken(java.lang.String)"><!-- --></A><H3>
534setBeginToken</H3>
535<PRE>
536public void <B>setBeginToken</B>(java.lang.String&nbsp;startOfToken)</PRE>
537<DL>
538<DD>Set the string used to id the beginning of a token.
539<P>
540<DD><DL>
541</DL>
542</DD>
543<DD><DL>
544<DT><B>Parameters:</B><DD><CODE>startOfToken</CODE> - The new Begintoken value.</DL>
545</DD>
546</DL>
547<HR>
548
549<A NAME="getBeginToken()"><!-- --></A><H3>
550getBeginToken</H3>
551<PRE>
552public java.lang.String <B>getBeginToken</B>()</PRE>
553<DL>
554<DD>Get the begin token for this filterset.
555<P>
556<DD><DL>
557</DL>
558</DD>
559<DD><DL>
560
561<DT><B>Returns:</B><DD>the filter set's begin token for filtering.</DL>
562</DD>
563</DL>
564<HR>
565
566<A NAME="setEndToken(java.lang.String)"><!-- --></A><H3>
567setEndToken</H3>
568<PRE>
569public void <B>setEndToken</B>(java.lang.String&nbsp;endOfToken)</PRE>
570<DL>
571<DD>Set the string used to id the end of a token.
572<P>
573<DD><DL>
574</DL>
575</DD>
576<DD><DL>
577<DT><B>Parameters:</B><DD><CODE>endOfToken</CODE> - The new Endtoken value.</DL>
578</DD>
579</DL>
580<HR>
581
582<A NAME="getEndToken()"><!-- --></A><H3>
583getEndToken</H3>
584<PRE>
585public java.lang.String <B>getEndToken</B>()</PRE>
586<DL>
587<DD>Get the end token for this filterset.
588<P>
589<DD><DL>
590</DL>
591</DD>
592<DD><DL>
593
594<DT><B>Returns:</B><DD>the filter set's end token for replacement delimiting.</DL>
595</DD>
596</DL>
597<HR>
598
599<A NAME="setRecurse(boolean)"><!-- --></A><H3>
600setRecurse</H3>
601<PRE>
602public void <B>setRecurse</B>(boolean&nbsp;recurse)</PRE>
603<DL>
604<DD>Set whether recursive token expansion is enabled.
605<P>
606<DD><DL>
607</DL>
608</DD>
609<DD><DL>
610<DT><B>Parameters:</B><DD><CODE>recurse</CODE> - <code>boolean</code> whether to recurse.</DL>
611</DD>
612</DL>
613<HR>
614
615<A NAME="isRecurse()"><!-- --></A><H3>
616isRecurse</H3>
617<PRE>
618public boolean <B>isRecurse</B>()</PRE>
619<DL>
620<DD>Get whether recursive token expansion is enabled.
621<P>
622<DD><DL>
623</DL>
624</DD>
625<DD><DL>
626
627<DT><B>Returns:</B><DD><code>boolean</code> whether enabled.</DL>
628</DD>
629</DL>
630<HR>
631
632<A NAME="readFiltersFromFile(java.io.File)"><!-- --></A><H3>
633readFiltersFromFile</H3>
634<PRE>
635public void <B>readFiltersFromFile</B>(java.io.File&nbsp;filtersFile)
636 throws <A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
637<DL>
638<DD>Read the filters from the given file.
639<P>
640<DD><DL>
641</DL>
642</DD>
643<DD><DL>
644<DT><B>Parameters:</B><DD><CODE>filtersFile</CODE> - the file from which filters are read.
645<DT><B>Throws:</B>
646<DD><CODE><A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - when the file cannot be read.</DL>
647</DD>
648</DL>
649<HR>
650
651<A NAME="replaceTokens(java.lang.String)"><!-- --></A><H3>
652replaceTokens</H3>
653<PRE>
654public java.lang.String <B>replaceTokens</B>(java.lang.String&nbsp;line)</PRE>
655<DL>
656<DD>Does replacement on the given string with token matching.
657 This uses the defined begintoken and endtoken values which default
658 to @ for both.
659 This resets the passedTokens and calls iReplaceTokens to
660 do the actual replacements.
661<P>
662<DD><DL>
663</DL>
664</DD>
665<DD><DL>
666<DT><B>Parameters:</B><DD><CODE>line</CODE> - The line in which to process embedded tokens.
667<DT><B>Returns:</B><DD>The input string after token replacement.</DL>
668</DD>
669</DL>
670<HR>
671
672<A NAME="addFilter(org.apache.tools.ant.types.FilterSet.Filter)"><!-- --></A><H3>
673addFilter</H3>
674<PRE>
675public void <B>addFilter</B>(<A HREF="../../../../../org/apache/tools/ant/types/FilterSet.Filter.html" title="class in org.apache.tools.ant.types">FilterSet.Filter</A>&nbsp;filter)</PRE>
676<DL>
677<DD>Add a new filter.
678<P>
679<DD><DL>
680</DL>
681</DD>
682<DD><DL>
683<DT><B>Parameters:</B><DD><CODE>filter</CODE> - the filter to be added.</DL>
684</DD>
685</DL>
686<HR>
687
688<A NAME="createFiltersfile()"><!-- --></A><H3>
689createFiltersfile</H3>
690<PRE>
691public <A HREF="../../../../../org/apache/tools/ant/types/FilterSet.FiltersFile.html" title="class in org.apache.tools.ant.types">FilterSet.FiltersFile</A> <B>createFiltersfile</B>()</PRE>
692<DL>
693<DD>Create a new FiltersFile.
694<P>
695<DD><DL>
696</DL>
697</DD>
698<DD><DL>
699
700<DT><B>Returns:</B><DD>The filtersfile that was created.</DL>
701</DD>
702</DL>
703<HR>
704
705<A NAME="addFilter(java.lang.String, java.lang.String)"><!-- --></A><H3>
706addFilter</H3>
707<PRE>
708public void <B>addFilter</B>(java.lang.String&nbsp;token,
709 java.lang.String&nbsp;value)</PRE>
710<DL>
711<DD>Add a new filter made from the given token and value.
712<P>
713<DD><DL>
714</DL>
715</DD>
716<DD><DL>
717<DT><B>Parameters:</B><DD><CODE>token</CODE> - The token for the new filter.<DD><CODE>value</CODE> - The value for the new filter.</DL>
718</DD>
719</DL>
720<HR>
721
722<A NAME="addConfiguredFilterSet(org.apache.tools.ant.types.FilterSet)"><!-- --></A><H3>
723addConfiguredFilterSet</H3>
724<PRE>
725public void <B>addConfiguredFilterSet</B>(<A HREF="../../../../../org/apache/tools/ant/types/FilterSet.html" title="class in org.apache.tools.ant.types">FilterSet</A>&nbsp;filterSet)</PRE>
726<DL>
727<DD>Add a Filterset to this filter set.
728<P>
729<DD><DL>
730</DL>
731</DD>
732<DD><DL>
733<DT><B>Parameters:</B><DD><CODE>filterSet</CODE> - the filterset to be added to this filterset</DL>
734</DD>
735</DL>
736<HR>
737
738<A NAME="hasFilters()"><!-- --></A><H3>
739hasFilters</H3>
740<PRE>
741public boolean <B>hasFilters</B>()</PRE>
742<DL>
743<DD>Test to see if this filter set has filters.
744<P>
745<DD><DL>
746</DL>
747</DD>
748<DD><DL>
749
750<DT><B>Returns:</B><DD>Return true if there are filters in this set.</DL>
751</DD>
752</DL>
753<HR>
754
755<A NAME="clone()"><!-- --></A><H3>
756clone</H3>
757<PRE>
758public java.lang.Object <B>clone</B>()
759 throws <A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
760<DL>
761<DD>Clone the filterset.
762<P>
763<DD><DL>
764</DL>
765</DD>
766<DD><DL>
767
768<DT><B>Returns:</B><DD>a deep clone of this filterset.
769<DT><B>Throws:</B>
770<DD><CODE><A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - if the clone cannot be performed.</DL>
771</DD>
772</DL>
773<!-- ========= END OF CLASS DATA ========= -->
774<HR>
775
776
777<!-- ======= START OF BOTTOM NAVBAR ====== -->
778<A NAME="navbar_bottom"><!-- --></A>
779<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
780<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
781<TR>
782<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
783<A NAME="navbar_bottom_firstrow"><!-- --></A>
784<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
785 <TR ALIGN="center" VALIGN="top">
786 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
787 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
788 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
789 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
790 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
791 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
792 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
793 </TR>
794</TABLE>
795</TD>
796<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
797</EM>
798</TD>
799</TR>
800
801<TR>
802<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
803&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/FilterChain.html" title="class in org.apache.tools.ant.types"><B>PREV CLASS</B></A>&nbsp;
804&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/FilterSet.Filter.html" title="class in org.apache.tools.ant.types"><B>NEXT CLASS</B></A></FONT></TD>
805<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
806 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
807&nbsp;<A HREF="FilterSet.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
808&nbsp;<SCRIPT type="text/javascript">
809 <!--
810 if(window==top) {
811 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
812 }
813 //-->
814</SCRIPT>
815<NOSCRIPT>
816 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
817</NOSCRIPT>
818
819</FONT></TD>
820</TR>
821<TR>
822<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
823 SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
824<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
825DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
826</TR>
827</TABLE>
828<A NAME="skip-navbar_bottom"></A>
829<!-- ======== END OF BOTTOM NAVBAR ======= -->
830
831<HR>
832Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.
833</BODY>
834</HTML>
Note: See TracBrowser for help on using the repository browser.