source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/build/javadocs/org/apache/tools/ant/types/PatternSet.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: 30.1 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>
7PatternSet (Apache Ant API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.apache.tools.ant.types.PatternSet 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="PatternSet (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/Path.PathElement.html" title="class in org.apache.tools.ant.types"><B>PREV CLASS</B></A>&nbsp;
53&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/PatternSet.NameEntry.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="PatternSet.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="#fields_inherited_from_class_org.apache.tools.ant.types.DataType">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;FIELD&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 PatternSet</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.PatternSet</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>PatternSet</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>
101Named collection of include/exclude tags.
102
103 <p>Moved out of MatchingTask to make it a standalone object that
104 could be referenced (by scripts for example).
105<P>
106
107<P>
108<HR>
109
110<P>
111<!-- ======== NESTED CLASS SUMMARY ======== -->
112
113<A NAME="nested_class_summary"><!-- --></A>
114<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
116<TD COLSPAN=2><FONT SIZE="+2">
117<B>Nested Class Summary</B></FONT></TD>
118</TR>
119<TR BGCOLOR="white" CLASS="TableRowColor">
120<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
121<CODE>&nbsp;class</CODE></FONT></TD>
122<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.NameEntry.html" title="class in org.apache.tools.ant.types">PatternSet.NameEntry</A></B></CODE>
123
124<BR>
125&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inner class to hold a name on list.</TD>
126</TR>
127</TABLE>
128&nbsp;
129<!-- =========== FIELD SUMMARY =========== -->
130
131<A NAME="field_summary"><!-- --></A>
132<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134<TD COLSPAN=2><FONT SIZE="+2">
135<B>Field Summary</B></FONT></TD>
136</TR>
137</TABLE>
138&nbsp;<A NAME="fields_inherited_from_class_org.apache.tools.ant.types.DataType"><!-- --></A>
139<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
140<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
141<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>
142</TR>
143<TR BGCOLOR="white" CLASS="TableRowColor">
144<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>
145</TR>
146</TABLE>
147&nbsp;<A NAME="fields_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
148<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
149<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
150<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>
151</TR>
152<TR BGCOLOR="white" CLASS="TableRowColor">
153<TD><CODE><A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html#project">project</A></CODE></TD>
154</TR>
155</TABLE>
156&nbsp;
157<!-- ======== CONSTRUCTOR SUMMARY ======== -->
158
159<A NAME="constructor_summary"><!-- --></A>
160<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
161<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
162<TD COLSPAN=2><FONT SIZE="+2">
163<B>Constructor Summary</B></FONT></TD>
164</TR>
165<TR BGCOLOR="white" CLASS="TableRowColor">
166<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#PatternSet()">PatternSet</A></B>()</CODE>
167
168<BR>
169&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new <code>PatternSet</code> instance.</TD>
170</TR>
171</TABLE>
172&nbsp;
173<!-- ========== METHOD SUMMARY =========== -->
174
175<A NAME="method_summary"><!-- --></A>
176<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
177<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
178<TD COLSPAN=2><FONT SIZE="+2">
179<B>Method Summary</B></FONT></TD>
180</TR>
181<TR BGCOLOR="white" CLASS="TableRowColor">
182<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
183<CODE>&nbsp;void</CODE></FONT></TD>
184<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#addConfiguredPatternset(org.apache.tools.ant.types.PatternSet)">addConfiguredPatternset</A></B>(<A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html" title="class in org.apache.tools.ant.types">PatternSet</A>&nbsp;p)</CODE>
185
186<BR>
187&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is a patternset nested element.</TD>
188</TR>
189<TR BGCOLOR="white" CLASS="TableRowColor">
190<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
191<CODE>&nbsp;void</CODE></FONT></TD>
192<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#append(org.apache.tools.ant.types.PatternSet, org.apache.tools.ant.Project)">append</A></B>(<A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html" title="class in org.apache.tools.ant.types">PatternSet</A>&nbsp;other,
193 <A HREF="../../../../../org/apache/tools/ant/Project.html" title="class in org.apache.tools.ant">Project</A>&nbsp;p)</CODE>
194
195<BR>
196&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds the patterns of the other instance to this set.</TD>
197</TR>
198<TR BGCOLOR="white" CLASS="TableRowColor">
199<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
200<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
201<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#clone()">clone</A></B>()</CODE>
202
203<BR>
204&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
205</TR>
206<TR BGCOLOR="white" CLASS="TableRowColor">
207<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
208<CODE>&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/PatternSet.NameEntry.html" title="class in org.apache.tools.ant.types">PatternSet.NameEntry</A></CODE></FONT></TD>
209<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#createExclude()">createExclude</A></B>()</CODE>
210
211<BR>
212&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add a name entry on the exclude list</TD>
213</TR>
214<TR BGCOLOR="white" CLASS="TableRowColor">
215<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216<CODE>&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/PatternSet.NameEntry.html" title="class in org.apache.tools.ant.types">PatternSet.NameEntry</A></CODE></FONT></TD>
217<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#createExcludesFile()">createExcludesFile</A></B>()</CODE>
218
219<BR>
220&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add a name entry on the exclude files list</TD>
221</TR>
222<TR BGCOLOR="white" CLASS="TableRowColor">
223<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
224<CODE>&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/PatternSet.NameEntry.html" title="class in org.apache.tools.ant.types">PatternSet.NameEntry</A></CODE></FONT></TD>
225<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#createInclude()">createInclude</A></B>()</CODE>
226
227<BR>
228&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add a name entry on the include list</TD>
229</TR>
230<TR BGCOLOR="white" CLASS="TableRowColor">
231<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232<CODE>&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/PatternSet.NameEntry.html" title="class in org.apache.tools.ant.types">PatternSet.NameEntry</A></CODE></FONT></TD>
233<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#createIncludesFile()">createIncludesFile</A></B>()</CODE>
234
235<BR>
236&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add a name entry on the include files list</TD>
237</TR>
238<TR BGCOLOR="white" CLASS="TableRowColor">
239<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
240<CODE>&nbsp;java.lang.String[]</CODE></FONT></TD>
241<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#getExcludePatterns(org.apache.tools.ant.Project)">getExcludePatterns</A></B>(<A HREF="../../../../../org/apache/tools/ant/Project.html" title="class in org.apache.tools.ant">Project</A>&nbsp;p)</CODE>
242
243<BR>
244&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the filtered include patterns.</TD>
245</TR>
246<TR BGCOLOR="white" CLASS="TableRowColor">
247<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
248<CODE>&nbsp;java.lang.String[]</CODE></FONT></TD>
249<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#getIncludePatterns(org.apache.tools.ant.Project)">getIncludePatterns</A></B>(<A HREF="../../../../../org/apache/tools/ant/Project.html" title="class in org.apache.tools.ant">Project</A>&nbsp;p)</CODE>
250
251<BR>
252&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the filtered include patterns.</TD>
253</TR>
254<TR BGCOLOR="white" CLASS="TableRowColor">
255<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
256<CODE>&nbsp;void</CODE></FONT></TD>
257<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#setExcludes(java.lang.String)">setExcludes</A></B>(java.lang.String&nbsp;excludes)</CODE>
258
259<BR>
260&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Appends <code>excludes</code> to the current list of exclude patterns.</TD>
261</TR>
262<TR BGCOLOR="white" CLASS="TableRowColor">
263<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
264<CODE>&nbsp;void</CODE></FONT></TD>
265<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#setExcludesfile(java.io.File)">setExcludesfile</A></B>(java.io.File&nbsp;excludesFile)</CODE>
266
267<BR>
268&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the name of the file containing the excludes patterns.</TD>
269</TR>
270<TR BGCOLOR="white" CLASS="TableRowColor">
271<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
272<CODE>&nbsp;void</CODE></FONT></TD>
273<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#setIncludes(java.lang.String)">setIncludes</A></B>(java.lang.String&nbsp;includes)</CODE>
274
275<BR>
276&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Appends <code>includes</code> to the current list of include patterns.</TD>
277</TR>
278<TR BGCOLOR="white" CLASS="TableRowColor">
279<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
280<CODE>&nbsp;void</CODE></FONT></TD>
281<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#setIncludesfile(java.io.File)">setIncludesfile</A></B>(java.io.File&nbsp;includesFile)</CODE>
282
283<BR>
284&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the name of the file containing the includes patterns.</TD>
285</TR>
286<TR BGCOLOR="white" CLASS="TableRowColor">
287<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
288<CODE>&nbsp;void</CODE></FONT></TD>
289<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#setRefid(org.apache.tools.ant.types.Reference)">setRefid</A></B>(<A HREF="../../../../../org/apache/tools/ant/types/Reference.html" title="class in org.apache.tools.ant.types">Reference</A>&nbsp;r)</CODE>
290
291<BR>
292&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Makes this instance in effect a reference to another PatternSet
293 instance.</TD>
294</TR>
295<TR BGCOLOR="white" CLASS="TableRowColor">
296<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
297<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
298<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html#toString()">toString</A></B>()</CODE>
299
300<BR>
301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
302</TR>
303</TABLE>
304&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.types.DataType"><!-- --></A>
305<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
306<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
307<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>
308</TR>
309<TR BGCOLOR="white" CLASS="TableRowColor">
310<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#tooManyAttributes()">tooManyAttributes</A></CODE></TD>
311</TR>
312</TABLE>
313&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
314<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
315<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
316<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>
317</TR>
318<TR BGCOLOR="white" CLASS="TableRowColor">
319<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>
320</TR>
321</TABLE>
322&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
323<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
324<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
325<TD><B>Methods inherited from class java.lang.Object</B></TD>
326</TR>
327<TR BGCOLOR="white" CLASS="TableRowColor">
328<TD><CODE>equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
329</TR>
330</TABLE>
331&nbsp;
332<P>
333
334<!-- ============ FIELD DETAIL =========== -->
335
336
337<!-- ========= CONSTRUCTOR DETAIL ======== -->
338
339<A NAME="constructor_detail"><!-- --></A>
340<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
341<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
342<TD COLSPAN=1><FONT SIZE="+2">
343<B>Constructor Detail</B></FONT></TD>
344</TR>
345</TABLE>
346
347<A NAME="PatternSet()"><!-- --></A><H3>
348PatternSet</H3>
349<PRE>
350public <B>PatternSet</B>()</PRE>
351<DL>
352<DD>Creates a new <code>PatternSet</code> instance.
353<P>
354</DL>
355
356<!-- ============ METHOD DETAIL ========== -->
357
358<A NAME="method_detail"><!-- --></A>
359<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
360<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
361<TD COLSPAN=1><FONT SIZE="+2">
362<B>Method Detail</B></FONT></TD>
363</TR>
364</TABLE>
365
366<A NAME="setRefid(org.apache.tools.ant.types.Reference)"><!-- --></A><H3>
367setRefid</H3>
368<PRE>
369public void <B>setRefid</B>(<A HREF="../../../../../org/apache/tools/ant/types/Reference.html" title="class in org.apache.tools.ant.types">Reference</A>&nbsp;r)
370 throws <A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
371<DL>
372<DD>Makes this instance in effect a reference to another PatternSet
373 instance.
374
375 <p>You must not set another attribute or nest elements inside
376 this element if you make it a reference.</p>
377<P>
378<DD><DL>
379<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/tools/ant/types/DataType.html#setRefid(org.apache.tools.ant.types.Reference)">setRefid</A></CODE> in class <CODE><A HREF="../../../../../org/apache/tools/ant/types/DataType.html" title="class in org.apache.tools.ant.types">DataType</A></CODE></DL>
380</DD>
381<DD><DL>
382<DT><B>Parameters:</B><DD><CODE>r</CODE> - the reference to another patternset.
383<DT><B>Throws:</B>
384<DD><CODE><A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - on error.</DL>
385</DD>
386</DL>
387<HR>
388
389<A NAME="addConfiguredPatternset(org.apache.tools.ant.types.PatternSet)"><!-- --></A><H3>
390addConfiguredPatternset</H3>
391<PRE>
392public void <B>addConfiguredPatternset</B>(<A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html" title="class in org.apache.tools.ant.types">PatternSet</A>&nbsp;p)</PRE>
393<DL>
394<DD>This is a patternset nested element.
395<P>
396<DD><DL>
397</DL>
398</DD>
399<DD><DL>
400<DT><B>Parameters:</B><DD><CODE>p</CODE> - a configured patternset nested element.</DL>
401</DD>
402</DL>
403<HR>
404
405<A NAME="createInclude()"><!-- --></A><H3>
406createInclude</H3>
407<PRE>
408public <A HREF="../../../../../org/apache/tools/ant/types/PatternSet.NameEntry.html" title="class in org.apache.tools.ant.types">PatternSet.NameEntry</A> <B>createInclude</B>()</PRE>
409<DL>
410<DD>add a name entry on the include list
411<P>
412<DD><DL>
413</DL>
414</DD>
415<DD><DL>
416
417<DT><B>Returns:</B><DD>a nested include element to be configured.</DL>
418</DD>
419</DL>
420<HR>
421
422<A NAME="createIncludesFile()"><!-- --></A><H3>
423createIncludesFile</H3>
424<PRE>
425public <A HREF="../../../../../org/apache/tools/ant/types/PatternSet.NameEntry.html" title="class in org.apache.tools.ant.types">PatternSet.NameEntry</A> <B>createIncludesFile</B>()</PRE>
426<DL>
427<DD>add a name entry on the include files list
428<P>
429<DD><DL>
430</DL>
431</DD>
432<DD><DL>
433
434<DT><B>Returns:</B><DD>a nested includesfile element to be configured.</DL>
435</DD>
436</DL>
437<HR>
438
439<A NAME="createExclude()"><!-- --></A><H3>
440createExclude</H3>
441<PRE>
442public <A HREF="../../../../../org/apache/tools/ant/types/PatternSet.NameEntry.html" title="class in org.apache.tools.ant.types">PatternSet.NameEntry</A> <B>createExclude</B>()</PRE>
443<DL>
444<DD>add a name entry on the exclude list
445<P>
446<DD><DL>
447</DL>
448</DD>
449<DD><DL>
450
451<DT><B>Returns:</B><DD>a nested exclude element to be configured.</DL>
452</DD>
453</DL>
454<HR>
455
456<A NAME="createExcludesFile()"><!-- --></A><H3>
457createExcludesFile</H3>
458<PRE>
459public <A HREF="../../../../../org/apache/tools/ant/types/PatternSet.NameEntry.html" title="class in org.apache.tools.ant.types">PatternSet.NameEntry</A> <B>createExcludesFile</B>()</PRE>
460<DL>
461<DD>add a name entry on the exclude files list
462<P>
463<DD><DL>
464</DL>
465</DD>
466<DD><DL>
467
468<DT><B>Returns:</B><DD>a nested excludesfile element to be configured.</DL>
469</DD>
470</DL>
471<HR>
472
473<A NAME="setIncludes(java.lang.String)"><!-- --></A><H3>
474setIncludes</H3>
475<PRE>
476public void <B>setIncludes</B>(java.lang.String&nbsp;includes)</PRE>
477<DL>
478<DD>Appends <code>includes</code> to the current list of include patterns.
479 Patterns may be separated by a comma or a space.
480<P>
481<DD><DL>
482</DL>
483</DD>
484<DD><DL>
485<DT><B>Parameters:</B><DD><CODE>includes</CODE> - the string containing the include patterns</DL>
486</DD>
487</DL>
488<HR>
489
490<A NAME="setExcludes(java.lang.String)"><!-- --></A><H3>
491setExcludes</H3>
492<PRE>
493public void <B>setExcludes</B>(java.lang.String&nbsp;excludes)</PRE>
494<DL>
495<DD>Appends <code>excludes</code> to the current list of exclude patterns.
496 Patterns may be separated by a comma or a space.
497<P>
498<DD><DL>
499</DL>
500</DD>
501<DD><DL>
502<DT><B>Parameters:</B><DD><CODE>excludes</CODE> - the string containing the exclude patterns</DL>
503</DD>
504</DL>
505<HR>
506
507<A NAME="setIncludesfile(java.io.File)"><!-- --></A><H3>
508setIncludesfile</H3>
509<PRE>
510public void <B>setIncludesfile</B>(java.io.File&nbsp;includesFile)
511 throws <A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
512<DL>
513<DD>Sets the name of the file containing the includes patterns.
514<P>
515<DD><DL>
516</DL>
517</DD>
518<DD><DL>
519<DT><B>Parameters:</B><DD><CODE>includesFile</CODE> - The file to fetch the include patterns from.
520<DT><B>Throws:</B>
521<DD><CODE><A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - on error.</DL>
522</DD>
523</DL>
524<HR>
525
526<A NAME="setExcludesfile(java.io.File)"><!-- --></A><H3>
527setExcludesfile</H3>
528<PRE>
529public void <B>setExcludesfile</B>(java.io.File&nbsp;excludesFile)
530 throws <A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
531<DL>
532<DD>Sets the name of the file containing the excludes patterns.
533<P>
534<DD><DL>
535</DL>
536</DD>
537<DD><DL>
538<DT><B>Parameters:</B><DD><CODE>excludesFile</CODE> - The file to fetch the exclude patterns from.
539<DT><B>Throws:</B>
540<DD><CODE><A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></CODE> - on error.</DL>
541</DD>
542</DL>
543<HR>
544
545<A NAME="append(org.apache.tools.ant.types.PatternSet, org.apache.tools.ant.Project)"><!-- --></A><H3>
546append</H3>
547<PRE>
548public void <B>append</B>(<A HREF="../../../../../org/apache/tools/ant/types/PatternSet.html" title="class in org.apache.tools.ant.types">PatternSet</A>&nbsp;other,
549 <A HREF="../../../../../org/apache/tools/ant/Project.html" title="class in org.apache.tools.ant">Project</A>&nbsp;p)</PRE>
550<DL>
551<DD>Adds the patterns of the other instance to this set.
552<P>
553<DD><DL>
554</DL>
555</DD>
556<DD><DL>
557<DT><B>Parameters:</B><DD><CODE>other</CODE> - the other PatternSet instance.<DD><CODE>p</CODE> - the current project.</DL>
558</DD>
559</DL>
560<HR>
561
562<A NAME="getIncludePatterns(org.apache.tools.ant.Project)"><!-- --></A><H3>
563getIncludePatterns</H3>
564<PRE>
565public java.lang.String[] <B>getIncludePatterns</B>(<A HREF="../../../../../org/apache/tools/ant/Project.html" title="class in org.apache.tools.ant">Project</A>&nbsp;p)</PRE>
566<DL>
567<DD>Returns the filtered include patterns.
568<P>
569<DD><DL>
570</DL>
571</DD>
572<DD><DL>
573<DT><B>Parameters:</B><DD><CODE>p</CODE> - the current project.
574<DT><B>Returns:</B><DD>the filtered included patterns.</DL>
575</DD>
576</DL>
577<HR>
578
579<A NAME="getExcludePatterns(org.apache.tools.ant.Project)"><!-- --></A><H3>
580getExcludePatterns</H3>
581<PRE>
582public java.lang.String[] <B>getExcludePatterns</B>(<A HREF="../../../../../org/apache/tools/ant/Project.html" title="class in org.apache.tools.ant">Project</A>&nbsp;p)</PRE>
583<DL>
584<DD>Returns the filtered include patterns.
585<P>
586<DD><DL>
587</DL>
588</DD>
589<DD><DL>
590<DT><B>Parameters:</B><DD><CODE>p</CODE> - the current project.
591<DT><B>Returns:</B><DD>the filtered excluded patterns.</DL>
592</DD>
593</DL>
594<HR>
595
596<A NAME="toString()"><!-- --></A><H3>
597toString</H3>
598<PRE>
599public java.lang.String <B>toString</B>()</PRE>
600<DL>
601<DD><DL>
602</DL>
603</DD>
604<DD><DL>
605
606<DT><B>Returns:</B><DD>a printable form of this object.</DL>
607</DD>
608</DL>
609<HR>
610
611<A NAME="clone()"><!-- --></A><H3>
612clone</H3>
613<PRE>
614public java.lang.Object <B>clone</B>()</PRE>
615<DL>
616<DD><DL>
617</DL>
618</DD>
619<DD><DL>
620
621<DT><B>Returns:</B><DD>a clone of this patternset.<DT><B>Since:</B></DT>
622 <DD>Ant 1.6</DD>
623</DL>
624</DD>
625</DL>
626<!-- ========= END OF CLASS DATA ========= -->
627<HR>
628
629
630<!-- ======= START OF BOTTOM NAVBAR ====== -->
631<A NAME="navbar_bottom"><!-- --></A>
632<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
633<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
634<TR>
635<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
636<A NAME="navbar_bottom_firstrow"><!-- --></A>
637<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
638 <TR ALIGN="center" VALIGN="top">
639 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
640 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
641 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
642 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
643 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
644 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
645 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
646 </TR>
647</TABLE>
648</TD>
649<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
650</EM>
651</TD>
652</TR>
653
654<TR>
655<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
656&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/Path.PathElement.html" title="class in org.apache.tools.ant.types"><B>PREV CLASS</B></A>&nbsp;
657&nbsp;<A HREF="../../../../../org/apache/tools/ant/types/PatternSet.NameEntry.html" title="class in org.apache.tools.ant.types"><B>NEXT CLASS</B></A></FONT></TD>
658<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
659 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
660&nbsp;<A HREF="PatternSet.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
661&nbsp;<SCRIPT type="text/javascript">
662 <!--
663 if(window==top) {
664 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
665 }
666 //-->
667</SCRIPT>
668<NOSCRIPT>
669 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
670</NOSCRIPT>
671
672</FONT></TD>
673</TR>
674<TR>
675<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
676 SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.tools.ant.types.DataType">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
677<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
678DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
679</TR>
680</TABLE>
681<A NAME="skip-navbar_bottom"></A>
682<!-- ======== END OF BOTTOM NAVBAR ======= -->
683
684<HR>
685Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.
686</BODY>
687</HTML>
Note: See TracBrowser for help on using the repository browser.