source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/build/javadocs/org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.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: 20.6 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:34 NZST 2007 -->
6<TITLE>
7PropertiesfileCache (Apache Ant API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache 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="PropertiesfileCache (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/selectors/modifiedselector/ModifiedSelector.ComparatorName.html" title="class in org.apache.tools.ant.types.selectors.modifiedselector"><B>PREV CLASS</B></A>&nbsp;
53&nbsp;NEXT CLASS</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="PropertiesfileCache.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;NESTED&nbsp;|&nbsp;FIELD&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.selectors.modifiedselector</FONT>
85<BR>
86Class PropertiesfileCache</H2>
87<PRE>
88java.lang.Object
89 <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache</B>
90</PRE>
91<DL>
92<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html" title="interface in org.apache.tools.ant.types.selectors.modifiedselector">Cache</A></DD>
93</DL>
94<HR>
95<DL>
96<DT>public class <B>PropertiesfileCache</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html" title="interface in org.apache.tools.ant.types.selectors.modifiedselector">Cache</A></DL>
97
98<P>
99Use java.util.Properties for storing the values.
100 The use of this Cache-implementation requires the use of the parameter
101 <param name="cache.cachefile" .../> for defining, where to store the
102 properties file.
103
104 The ModifiedSelector sets the <i>cachefile</i> to the default value
105 <i>cache.properties</i>.
106
107 Supported <param>s are:
108 <table>
109 <tr>
110 <th>name</th><th>values</th><th>description</th><th>required</th>
111 </tr>
112 <tr>
113 <td> cache.cachefile </td>
114 <td> <i>path to file</i> </td>
115 <td> the name of the properties file </td>
116 <td> yes </td>
117 </tr>
118 </table>
119<P>
120
121<P>
122<DL>
123<DT><B>Since:</B></DT>
124 <DD>Ant 1.6</DD>
125<DT><B>Version:</B></DT>
126 <DD>2003-09-13</DD>
127</DL>
128<HR>
129
130<P>
131<!-- ======== NESTED CLASS SUMMARY ======== -->
132
133
134<!-- =========== FIELD SUMMARY =========== -->
135
136
137<!-- ======== CONSTRUCTOR SUMMARY ======== -->
138
139<A NAME="constructor_summary"><!-- --></A>
140<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
141<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
142<TD COLSPAN=2><FONT SIZE="+2">
143<B>Constructor Summary</B></FONT></TD>
144</TR>
145<TR BGCOLOR="white" CLASS="TableRowColor">
146<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#PropertiesfileCache()">PropertiesfileCache</A></B>()</CODE>
147
148<BR>
149&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bean-Constructor.</TD>
150</TR>
151<TR BGCOLOR="white" CLASS="TableRowColor">
152<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#PropertiesfileCache(java.io.File)">PropertiesfileCache</A></B>(java.io.File&nbsp;cachefile)</CODE>
153
154<BR>
155&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor.</TD>
156</TR>
157</TABLE>
158&nbsp;
159<!-- ========== METHOD SUMMARY =========== -->
160
161<A NAME="method_summary"><!-- --></A>
162<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
163<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
164<TD COLSPAN=2><FONT SIZE="+2">
165<B>Method Summary</B></FONT></TD>
166</TR>
167<TR BGCOLOR="white" CLASS="TableRowColor">
168<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
169<CODE>&nbsp;void</CODE></FONT></TD>
170<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#delete()">delete</A></B>()</CODE>
171
172<BR>
173&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deletes the cache and its underlying file.</TD>
174</TR>
175<TR BGCOLOR="white" CLASS="TableRowColor">
176<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
177<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
178<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#get(java.lang.Object)">get</A></B>(java.lang.Object&nbsp;key)</CODE>
179
180<BR>
181&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a value for a given key from the cache.</TD>
182</TR>
183<TR BGCOLOR="white" CLASS="TableRowColor">
184<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185<CODE>&nbsp;java.io.File</CODE></FONT></TD>
186<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#getCachefile()">getCachefile</A></B>()</CODE>
187
188<BR>
189&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
190</TR>
191<TR BGCOLOR="white" CLASS="TableRowColor">
192<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
193<CODE>&nbsp;boolean</CODE></FONT></TD>
194<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#isValid()">isValid</A></B>()</CODE>
195
196<BR>
197&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks its prerequisites.</TD>
198</TR>
199<TR BGCOLOR="white" CLASS="TableRowColor">
200<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
201<CODE>&nbsp;java.util.Iterator</CODE></FONT></TD>
202<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#iterator()">iterator</A></B>()</CODE>
203
204<BR>
205&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an iterator over the keys in the cache.</TD>
206</TR>
207<TR BGCOLOR="white" CLASS="TableRowColor">
208<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
209<CODE>&nbsp;void</CODE></FONT></TD>
210<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#load()">load</A></B>()</CODE>
211
212<BR>
213&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads the cache, must handle not existing cache.</TD>
214</TR>
215<TR BGCOLOR="white" CLASS="TableRowColor">
216<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
217<CODE>&nbsp;void</CODE></FONT></TD>
218<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#put(java.lang.Object, java.lang.Object)">put</A></B>(java.lang.Object&nbsp;key,
219 java.lang.Object&nbsp;value)</CODE>
220
221<BR>
222&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Saves a key-value-pair in the cache.</TD>
223</TR>
224<TR BGCOLOR="white" CLASS="TableRowColor">
225<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
226<CODE>&nbsp;void</CODE></FONT></TD>
227<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#save()">save</A></B>()</CODE>
228
229<BR>
230&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Saves modification of the cache.</TD>
231</TR>
232<TR BGCOLOR="white" CLASS="TableRowColor">
233<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
234<CODE>&nbsp;void</CODE></FONT></TD>
235<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#setCachefile(java.io.File)">setCachefile</A></B>(java.io.File&nbsp;file)</CODE>
236
237<BR>
238&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
239</TR>
240<TR BGCOLOR="white" CLASS="TableRowColor">
241<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
242<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
243<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/PropertiesfileCache.html#toString()">toString</A></B>()</CODE>
244
245<BR>
246&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Override Object.toString().</TD>
247</TR>
248</TABLE>
249&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
250<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
251<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
252<TD><B>Methods inherited from class java.lang.Object</B></TD>
253</TR>
254<TR BGCOLOR="white" CLASS="TableRowColor">
255<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
256</TR>
257</TABLE>
258&nbsp;
259<P>
260
261<!-- ============ FIELD DETAIL =========== -->
262
263
264<!-- ========= CONSTRUCTOR DETAIL ======== -->
265
266<A NAME="constructor_detail"><!-- --></A>
267<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
268<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
269<TD COLSPAN=1><FONT SIZE="+2">
270<B>Constructor Detail</B></FONT></TD>
271</TR>
272</TABLE>
273
274<A NAME="PropertiesfileCache()"><!-- --></A><H3>
275PropertiesfileCache</H3>
276<PRE>
277public <B>PropertiesfileCache</B>()</PRE>
278<DL>
279<DD>Bean-Constructor.
280<P>
281</DL>
282<HR>
283
284<A NAME="PropertiesfileCache(java.io.File)"><!-- --></A><H3>
285PropertiesfileCache</H3>
286<PRE>
287public <B>PropertiesfileCache</B>(java.io.File&nbsp;cachefile)</PRE>
288<DL>
289<DD>Constructor.
290<P>
291<DT><B>Parameters:</B><DD><CODE>cachefile</CODE> - set the cachefile</DL>
292
293<!-- ============ METHOD DETAIL ========== -->
294
295<A NAME="method_detail"><!-- --></A>
296<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
297<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
298<TD COLSPAN=1><FONT SIZE="+2">
299<B>Method Detail</B></FONT></TD>
300</TR>
301</TABLE>
302
303<A NAME="setCachefile(java.io.File)"><!-- --></A><H3>
304setCachefile</H3>
305<PRE>
306public void <B>setCachefile</B>(java.io.File&nbsp;file)</PRE>
307<DL>
308<DD><DL>
309</DL>
310</DD>
311<DD><DL>
312</DL>
313</DD>
314</DL>
315<HR>
316
317<A NAME="getCachefile()"><!-- --></A><H3>
318getCachefile</H3>
319<PRE>
320public java.io.File <B>getCachefile</B>()</PRE>
321<DL>
322<DD><DL>
323</DL>
324</DD>
325<DD><DL>
326</DL>
327</DD>
328</DL>
329<HR>
330
331<A NAME="isValid()"><!-- --></A><H3>
332isValid</H3>
333<PRE>
334public boolean <B>isValid</B>()</PRE>
335<DL>
336<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html" title="interface in org.apache.tools.ant.types.selectors.modifiedselector">Cache</A></CODE></B></DD>
337<DD>Checks its prerequisites.
338<P>
339<DD><DL>
340<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html#isValid()">isValid</A></CODE> in interface <CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html" title="interface in org.apache.tools.ant.types.selectors.modifiedselector">Cache</A></CODE></DL>
341</DD>
342<DD><DL>
343
344<DT><B>Returns:</B><DD><i>true</i> if all is ok, otherwise <i>false</i>.</DL>
345</DD>
346</DL>
347<HR>
348
349<A NAME="load()"><!-- --></A><H3>
350load</H3>
351<PRE>
352public void <B>load</B>()</PRE>
353<DL>
354<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html" title="interface in org.apache.tools.ant.types.selectors.modifiedselector">Cache</A></CODE></B></DD>
355<DD>Loads the cache, must handle not existing cache.
356<P>
357<DD><DL>
358<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html#load()">load</A></CODE> in interface <CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html" title="interface in org.apache.tools.ant.types.selectors.modifiedselector">Cache</A></CODE></DL>
359</DD>
360<DD><DL>
361</DL>
362</DD>
363</DL>
364<HR>
365
366<A NAME="save()"><!-- --></A><H3>
367save</H3>
368<PRE>
369public void <B>save</B>()</PRE>
370<DL>
371<DD>Saves modification of the cache.
372 Cache is only saved if there is one ore more entries.
373 Because entries can not be deleted by this API, this Cache
374 implementation checks the existence of entries before creating the file
375 for performance optimisation.
376<P>
377<DD><DL>
378<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html#save()">save</A></CODE> in interface <CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html" title="interface in org.apache.tools.ant.types.selectors.modifiedselector">Cache</A></CODE></DL>
379</DD>
380<DD><DL>
381</DL>
382</DD>
383</DL>
384<HR>
385
386<A NAME="delete()"><!-- --></A><H3>
387delete</H3>
388<PRE>
389public void <B>delete</B>()</PRE>
390<DL>
391<DD>Deletes the cache and its underlying file.
392<P>
393<DD><DL>
394<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html#delete()">delete</A></CODE> in interface <CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html" title="interface in org.apache.tools.ant.types.selectors.modifiedselector">Cache</A></CODE></DL>
395</DD>
396<DD><DL>
397</DL>
398</DD>
399</DL>
400<HR>
401
402<A NAME="get(java.lang.Object)"><!-- --></A><H3>
403get</H3>
404<PRE>
405public java.lang.Object <B>get</B>(java.lang.Object&nbsp;key)</PRE>
406<DL>
407<DD>Returns a value for a given key from the cache.
408<P>
409<DD><DL>
410<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html#get(java.lang.Object)">get</A></CODE> in interface <CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html" title="interface in org.apache.tools.ant.types.selectors.modifiedselector">Cache</A></CODE></DL>
411</DD>
412<DD><DL>
413<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key
414<DT><B>Returns:</B><DD>the stored value</DL>
415</DD>
416</DL>
417<HR>
418
419<A NAME="put(java.lang.Object, java.lang.Object)"><!-- --></A><H3>
420put</H3>
421<PRE>
422public void <B>put</B>(java.lang.Object&nbsp;key,
423 java.lang.Object&nbsp;value)</PRE>
424<DL>
425<DD>Saves a key-value-pair in the cache.
426<P>
427<DD><DL>
428<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html#put(java.lang.Object, java.lang.Object)">put</A></CODE> in interface <CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html" title="interface in org.apache.tools.ant.types.selectors.modifiedselector">Cache</A></CODE></DL>
429</DD>
430<DD><DL>
431<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key<DD><CODE>value</CODE> - the value</DL>
432</DD>
433</DL>
434<HR>
435
436<A NAME="iterator()"><!-- --></A><H3>
437iterator</H3>
438<PRE>
439public java.util.Iterator <B>iterator</B>()</PRE>
440<DL>
441<DD>Returns an iterator over the keys in the cache.
442<P>
443<DD><DL>
444<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html#iterator()">iterator</A></CODE> in interface <CODE><A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/Cache.html" title="interface in org.apache.tools.ant.types.selectors.modifiedselector">Cache</A></CODE></DL>
445</DD>
446<DD><DL>
447
448<DT><B>Returns:</B><DD>An iterator over the keys.</DL>
449</DD>
450</DL>
451<HR>
452
453<A NAME="toString()"><!-- --></A><H3>
454toString</H3>
455<PRE>
456public java.lang.String <B>toString</B>()</PRE>
457<DL>
458<DD>Override Object.toString().
459<P>
460<DD><DL>
461</DL>
462</DD>
463<DD><DL>
464
465<DT><B>Returns:</B><DD>information about this cache</DL>
466</DD>
467</DL>
468<!-- ========= END OF CLASS DATA ========= -->
469<HR>
470
471
472<!-- ======= START OF BOTTOM NAVBAR ====== -->
473<A NAME="navbar_bottom"><!-- --></A>
474<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
475<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
476<TR>
477<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
478<A NAME="navbar_bottom_firstrow"><!-- --></A>
479<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
480 <TR ALIGN="center" VALIGN="top">
481 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
482 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
483 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
484 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
485 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
486 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
487 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
488 </TR>
489</TABLE>
490</TD>
491<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
492</EM>
493</TD>
494</TR>
495
496<TR>
497<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
498&nbsp;<A HREF="../../../../../../../org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.ComparatorName.html" title="class in org.apache.tools.ant.types.selectors.modifiedselector"><B>PREV CLASS</B></A>&nbsp;
499&nbsp;NEXT CLASS</FONT></TD>
500<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
501 <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
502&nbsp;<A HREF="PropertiesfileCache.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
503&nbsp;<SCRIPT type="text/javascript">
504 <!--
505 if(window==top) {
506 document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
507 }
508 //-->
509</SCRIPT>
510<NOSCRIPT>
511 <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
512</NOSCRIPT>
513
514</FONT></TD>
515</TR>
516<TR>
517<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
518 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
519<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
520DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
521</TR>
522</TABLE>
523<A NAME="skip-navbar_bottom"></A>
524<!-- ======== END OF BOTTOM NAVBAR ======= -->
525
526<HR>
527Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.
528</BODY>
529</HTML>
Note: See TracBrowser for help on using the repository browser.