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

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

initial import of LiRK3

File size: 33.2 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:20 NZST 2007 -->
6<TITLE>
7Manifest (Apache Ant API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.apache.tools.ant.taskdefs.Manifest 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="Manifest (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/taskdefs/MacroInstance.Element.html" title="class in org.apache.tools.ant.taskdefs"><B>PREV CLASS</B></A>&nbsp;
53&nbsp;<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Attribute.html" title="class in org.apache.tools.ant.taskdefs"><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="Manifest.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.taskdefs</FONT>
85<BR>
86Class Manifest</H2>
87<PRE>
88java.lang.Object
89 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.tools.ant.taskdefs.Manifest</B>
90</PRE>
91<HR>
92<DL>
93<DT>public class <B>Manifest</B><DT>extends java.lang.Object</DL>
94
95<P>
96Holds the data of a jar manifest.
97
98 Manifests are processed according to the
99 <a href="http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html">Jar
100 file specification.</a>.
101 Specifically, a manifest element consists of
102 a set of attributes and sections. These sections in turn may contain
103 attributes. Note in particular that this may result in manifest lines
104 greater than 72 bytes being wrapped and continued on the next
105 line. If an application can not handle the continuation mechanism, it
106 is a defect in the application, not this task.
107<P>
108
109<P>
110<DL>
111<DT><B>Since:</B></DT>
112 <DD>Ant 1.4</DD>
113</DL>
114<HR>
115
116<P>
117<!-- ======== NESTED CLASS SUMMARY ======== -->
118
119<A NAME="nested_class_summary"><!-- --></A>
120<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
122<TD COLSPAN=2><FONT SIZE="+2">
123<B>Nested Class Summary</B></FONT></TD>
124</TR>
125<TR BGCOLOR="white" CLASS="TableRowColor">
126<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
127<CODE>static&nbsp;class</CODE></FONT></TD>
128<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Attribute.html" title="class in org.apache.tools.ant.taskdefs">Manifest.Attribute</A></B></CODE>
129
130<BR>
131&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An attribute for the manifest.</TD>
132</TR>
133<TR BGCOLOR="white" CLASS="TableRowColor">
134<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
135<CODE>static&nbsp;class</CODE></FONT></TD>
136<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Section.html" title="class in org.apache.tools.ant.taskdefs">Manifest.Section</A></B></CODE>
137
138<BR>
139&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A manifest section - you can nest attribute elements into sections.</TD>
140</TR>
141</TABLE>
142&nbsp;
143<!-- =========== FIELD SUMMARY =========== -->
144
145<A NAME="field_summary"><!-- --></A>
146<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
147<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
148<TD COLSPAN=2><FONT SIZE="+2">
149<B>Field Summary</B></FONT></TD>
150</TR>
151<TR BGCOLOR="white" CLASS="TableRowColor">
152<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
153<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
154<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#ATTRIBUTE_CLASSPATH">ATTRIBUTE_CLASSPATH</A></B></CODE>
155
156<BR>
157&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Class-Path Header is special - it can be duplicated</TD>
158</TR>
159<TR BGCOLOR="white" CLASS="TableRowColor">
160<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
161<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
162<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#ATTRIBUTE_FROM">ATTRIBUTE_FROM</A></B></CODE>
163
164<BR>
165&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The From Header is disallowed in a Manifest</TD>
166</TR>
167<TR BGCOLOR="white" CLASS="TableRowColor">
168<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
169<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
170<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#ATTRIBUTE_MANIFEST_VERSION">ATTRIBUTE_MANIFEST_VERSION</A></B></CODE>
171
172<BR>
173&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The standard manifest version header</TD>
174</TR>
175<TR BGCOLOR="white" CLASS="TableRowColor">
176<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
177<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
178<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#ATTRIBUTE_NAME">ATTRIBUTE_NAME</A></B></CODE>
179
180<BR>
181&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Name Attribute is the first in a named section</TD>
182</TR>
183<TR BGCOLOR="white" CLASS="TableRowColor">
184<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
186<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#ATTRIBUTE_SIGNATURE_VERSION">ATTRIBUTE_SIGNATURE_VERSION</A></B></CODE>
187
188<BR>
189&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The standard Signature Version header</TD>
190</TR>
191<TR BGCOLOR="white" CLASS="TableRowColor">
192<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
193<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
194<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#DEFAULT_MANIFEST_VERSION">DEFAULT_MANIFEST_VERSION</A></B></CODE>
195
196<BR>
197&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default Manifest version if one is not specified</TD>
198</TR>
199<TR BGCOLOR="white" CLASS="TableRowColor">
200<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
201<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
202<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#EOL">EOL</A></B></CODE>
203
204<BR>
205&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The End-Of-Line marker in manifests</TD>
206</TR>
207<TR BGCOLOR="white" CLASS="TableRowColor">
208<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
209<CODE>static&nbsp;int</CODE></FONT></TD>
210<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#MAX_LINE_LENGTH">MAX_LINE_LENGTH</A></B></CODE>
211
212<BR>
213&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The max length of a line in a Manifest</TD>
214</TR>
215<TR BGCOLOR="white" CLASS="TableRowColor">
216<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
217<CODE>static&nbsp;int</CODE></FONT></TD>
218<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#MAX_SECTION_LENGTH">MAX_SECTION_LENGTH</A></B></CODE>
219
220<BR>
221&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Max length of a line section which is continued.</TD>
222</TR>
223</TABLE>
224&nbsp;
225<!-- ======== CONSTRUCTOR SUMMARY ======== -->
226
227<A NAME="constructor_summary"><!-- --></A>
228<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
229<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
230<TD COLSPAN=2><FONT SIZE="+2">
231<B>Constructor Summary</B></FONT></TD>
232</TR>
233<TR BGCOLOR="white" CLASS="TableRowColor">
234<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#Manifest()">Manifest</A></B>()</CODE>
235
236<BR>
237&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct an empty manifest</TD>
238</TR>
239<TR BGCOLOR="white" CLASS="TableRowColor">
240<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#Manifest(java.io.Reader)">Manifest</A></B>(java.io.Reader&nbsp;r)</CODE>
241
242<BR>
243&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read a manifest file from the given reader</TD>
244</TR>
245</TABLE>
246&nbsp;
247<!-- ========== METHOD SUMMARY =========== -->
248
249<A NAME="method_summary"><!-- --></A>
250<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
251<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
252<TD COLSPAN=2><FONT SIZE="+2">
253<B>Method Summary</B></FONT></TD>
254</TR>
255<TR BGCOLOR="white" CLASS="TableRowColor">
256<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
257<CODE>&nbsp;void</CODE></FONT></TD>
258<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#addConfiguredAttribute(org.apache.tools.ant.taskdefs.Manifest.Attribute)">addConfiguredAttribute</A></B>(<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Attribute.html" title="class in org.apache.tools.ant.taskdefs">Manifest.Attribute</A>&nbsp;attribute)</CODE>
259
260<BR>
261&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add an attribute to the manifest - it is added to the main section.</TD>
262</TR>
263<TR BGCOLOR="white" CLASS="TableRowColor">
264<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
265<CODE>&nbsp;void</CODE></FONT></TD>
266<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#addConfiguredSection(org.apache.tools.ant.taskdefs.Manifest.Section)">addConfiguredSection</A></B>(<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Section.html" title="class in org.apache.tools.ant.taskdefs">Manifest.Section</A>&nbsp;section)</CODE>
267
268<BR>
269&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a section to the manifest</TD>
270</TR>
271<TR BGCOLOR="white" CLASS="TableRowColor">
272<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
273<CODE>&nbsp;boolean</CODE></FONT></TD>
274<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object&nbsp;rhs)</CODE>
275
276<BR>
277&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
278</TR>
279<TR BGCOLOR="white" CLASS="TableRowColor">
280<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
281<CODE>static&nbsp;<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html" title="class in org.apache.tools.ant.taskdefs">Manifest</A></CODE></FONT></TD>
282<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#getDefaultManifest()">getDefaultManifest</A></B>()</CODE>
283
284<BR>
285&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a manifest from Ant's default manifest file.</TD>
286</TR>
287<TR BGCOLOR="white" CLASS="TableRowColor">
288<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
289<CODE>&nbsp;<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Section.html" title="class in org.apache.tools.ant.taskdefs">Manifest.Section</A></CODE></FONT></TD>
290<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#getMainSection()">getMainSection</A></B>()</CODE>
291
292<BR>
293&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the main section of the manifest</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/taskdefs/Manifest.html#getManifestVersion()">getManifestVersion</A></B>()</CODE>
299
300<BR>
301&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the version of the manifest</TD>
302</TR>
303<TR BGCOLOR="white" CLASS="TableRowColor">
304<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
305<CODE>&nbsp;<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Section.html" title="class in org.apache.tools.ant.taskdefs">Manifest.Section</A></CODE></FONT></TD>
306<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#getSection(java.lang.String)">getSection</A></B>(java.lang.String&nbsp;name)</CODE>
307
308<BR>
309&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a particular section from the manifest</TD>
310</TR>
311<TR BGCOLOR="white" CLASS="TableRowColor">
312<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
313<CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
314<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#getSectionNames()">getSectionNames</A></B>()</CODE>
315
316<BR>
317&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the section names in this manifest.</TD>
318</TR>
319<TR BGCOLOR="white" CLASS="TableRowColor">
320<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
321<CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
322<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#getWarnings()">getWarnings</A></B>()</CODE>
323
324<BR>
325&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the warnings for this manifest.</TD>
326</TR>
327<TR BGCOLOR="white" CLASS="TableRowColor">
328<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
329<CODE>&nbsp;int</CODE></FONT></TD>
330<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#hashCode()">hashCode</A></B>()</CODE>
331
332<BR>
333&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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/taskdefs/Manifest.html#merge(org.apache.tools.ant.taskdefs.Manifest)">merge</A></B>(<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html" title="class in org.apache.tools.ant.taskdefs">Manifest</A>&nbsp;other)</CODE>
339
340<BR>
341&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merge the contents of the given manifest into this manifest</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/taskdefs/Manifest.html#merge(org.apache.tools.ant.taskdefs.Manifest, boolean)">merge</A></B>(<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html" title="class in org.apache.tools.ant.taskdefs">Manifest</A>&nbsp;other,
347 boolean&nbsp;overwriteMain)</CODE>
348
349<BR>
350&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merge the contents of the given manifest into this manifest</TD>
351</TR>
352<TR BGCOLOR="white" CLASS="TableRowColor">
353<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
354<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
355<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#toString()">toString</A></B>()</CODE>
356
357<BR>
358&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert the manifest to its string representation</TD>
359</TR>
360<TR BGCOLOR="white" CLASS="TableRowColor">
361<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
362<CODE>&nbsp;void</CODE></FONT></TD>
363<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html#write(java.io.PrintWriter)">write</A></B>(java.io.PrintWriter&nbsp;writer)</CODE>
364
365<BR>
366&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Write the manifest out to a print writer.</TD>
367</TR>
368</TABLE>
369&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></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 java.lang.Object</B></TD>
373</TR>
374<TR BGCOLOR="white" CLASS="TableRowColor">
375<TD><CODE>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
376</TR>
377</TABLE>
378&nbsp;
379<P>
380
381<!-- ============ FIELD DETAIL =========== -->
382
383<A NAME="field_detail"><!-- --></A>
384<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
385<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
386<TD COLSPAN=1><FONT SIZE="+2">
387<B>Field Detail</B></FONT></TD>
388</TR>
389</TABLE>
390
391<A NAME="ATTRIBUTE_MANIFEST_VERSION"><!-- --></A><H3>
392ATTRIBUTE_MANIFEST_VERSION</H3>
393<PRE>
394public static final java.lang.String <B>ATTRIBUTE_MANIFEST_VERSION</B></PRE>
395<DL>
396<DD>The standard manifest version header
397<P>
398<DL>
399<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.taskdefs.Manifest.ATTRIBUTE_MANIFEST_VERSION">Constant Field Values</A></DL>
400</DL>
401<HR>
402
403<A NAME="ATTRIBUTE_SIGNATURE_VERSION"><!-- --></A><H3>
404ATTRIBUTE_SIGNATURE_VERSION</H3>
405<PRE>
406public static final java.lang.String <B>ATTRIBUTE_SIGNATURE_VERSION</B></PRE>
407<DL>
408<DD>The standard Signature Version header
409<P>
410<DL>
411<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.taskdefs.Manifest.ATTRIBUTE_SIGNATURE_VERSION">Constant Field Values</A></DL>
412</DL>
413<HR>
414
415<A NAME="ATTRIBUTE_NAME"><!-- --></A><H3>
416ATTRIBUTE_NAME</H3>
417<PRE>
418public static final java.lang.String <B>ATTRIBUTE_NAME</B></PRE>
419<DL>
420<DD>The Name Attribute is the first in a named section
421<P>
422<DL>
423<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.taskdefs.Manifest.ATTRIBUTE_NAME">Constant Field Values</A></DL>
424</DL>
425<HR>
426
427<A NAME="ATTRIBUTE_FROM"><!-- --></A><H3>
428ATTRIBUTE_FROM</H3>
429<PRE>
430public static final java.lang.String <B>ATTRIBUTE_FROM</B></PRE>
431<DL>
432<DD>The From Header is disallowed in a Manifest
433<P>
434<DL>
435<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.taskdefs.Manifest.ATTRIBUTE_FROM">Constant Field Values</A></DL>
436</DL>
437<HR>
438
439<A NAME="ATTRIBUTE_CLASSPATH"><!-- --></A><H3>
440ATTRIBUTE_CLASSPATH</H3>
441<PRE>
442public static final java.lang.String <B>ATTRIBUTE_CLASSPATH</B></PRE>
443<DL>
444<DD>The Class-Path Header is special - it can be duplicated
445<P>
446<DL>
447<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.taskdefs.Manifest.ATTRIBUTE_CLASSPATH">Constant Field Values</A></DL>
448</DL>
449<HR>
450
451<A NAME="DEFAULT_MANIFEST_VERSION"><!-- --></A><H3>
452DEFAULT_MANIFEST_VERSION</H3>
453<PRE>
454public static final java.lang.String <B>DEFAULT_MANIFEST_VERSION</B></PRE>
455<DL>
456<DD>Default Manifest version if one is not specified
457<P>
458<DL>
459<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.taskdefs.Manifest.DEFAULT_MANIFEST_VERSION">Constant Field Values</A></DL>
460</DL>
461<HR>
462
463<A NAME="MAX_LINE_LENGTH"><!-- --></A><H3>
464MAX_LINE_LENGTH</H3>
465<PRE>
466public static final int <B>MAX_LINE_LENGTH</B></PRE>
467<DL>
468<DD>The max length of a line in a Manifest
469<P>
470<DL>
471<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.taskdefs.Manifest.MAX_LINE_LENGTH">Constant Field Values</A></DL>
472</DL>
473<HR>
474
475<A NAME="MAX_SECTION_LENGTH"><!-- --></A><H3>
476MAX_SECTION_LENGTH</H3>
477<PRE>
478public static final int <B>MAX_SECTION_LENGTH</B></PRE>
479<DL>
480<DD>Max length of a line section which is continued. Need to allow
481 for the CRLF.
482<P>
483<DL>
484<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.taskdefs.Manifest.MAX_SECTION_LENGTH">Constant Field Values</A></DL>
485</DL>
486<HR>
487
488<A NAME="EOL"><!-- --></A><H3>
489EOL</H3>
490<PRE>
491public static final java.lang.String <B>EOL</B></PRE>
492<DL>
493<DD>The End-Of-Line marker in manifests
494<P>
495<DL>
496<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.tools.ant.taskdefs.Manifest.EOL">Constant Field Values</A></DL>
497</DL>
498
499<!-- ========= CONSTRUCTOR DETAIL ======== -->
500
501<A NAME="constructor_detail"><!-- --></A>
502<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
503<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
504<TD COLSPAN=1><FONT SIZE="+2">
505<B>Constructor Detail</B></FONT></TD>
506</TR>
507</TABLE>
508
509<A NAME="Manifest()"><!-- --></A><H3>
510Manifest</H3>
511<PRE>
512public <B>Manifest</B>()</PRE>
513<DL>
514<DD>Construct an empty manifest
515<P>
516</DL>
517<HR>
518
519<A NAME="Manifest(java.io.Reader)"><!-- --></A><H3>
520Manifest</H3>
521<PRE>
522public <B>Manifest</B>(java.io.Reader&nbsp;r)
523 throws <A HREF="../../../../../org/apache/tools/ant/taskdefs/ManifestException.html" title="class in org.apache.tools.ant.taskdefs">ManifestException</A>,
524 java.io.IOException</PRE>
525<DL>
526<DD>Read a manifest file from the given reader
527<P>
528<DT><B>Parameters:</B><DD><CODE>r</CODE> - is the reader from which the Manifest is read
529<DT><B>Throws:</B>
530<DD><CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ManifestException.html" title="class in org.apache.tools.ant.taskdefs">ManifestException</A></CODE> - if the manifest is not valid according
531 to the JAR spec
532<DD><CODE>java.io.IOException</CODE> - if the manifest cannot be read from the reader.</DL>
533
534<!-- ============ METHOD DETAIL ========== -->
535
536<A NAME="method_detail"><!-- --></A>
537<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
538<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
539<TD COLSPAN=1><FONT SIZE="+2">
540<B>Method Detail</B></FONT></TD>
541</TR>
542</TABLE>
543
544<A NAME="getDefaultManifest()"><!-- --></A><H3>
545getDefaultManifest</H3>
546<PRE>
547public static <A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html" title="class in org.apache.tools.ant.taskdefs">Manifest</A> <B>getDefaultManifest</B>()
548 throws <A HREF="../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</A></PRE>
549<DL>
550<DD>Construct a manifest from Ant's default manifest file.
551<P>
552<DD><DL>
553
554<DT><B>Returns:</B><DD>the default manifest.
555<DT><B>Throws:</B>
556<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 loading the
557 default manifest</DL>
558</DD>
559</DL>
560<HR>
561
562<A NAME="addConfiguredSection(org.apache.tools.ant.taskdefs.Manifest.Section)"><!-- --></A><H3>
563addConfiguredSection</H3>
564<PRE>
565public void <B>addConfiguredSection</B>(<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Section.html" title="class in org.apache.tools.ant.taskdefs">Manifest.Section</A>&nbsp;section)
566 throws <A HREF="../../../../../org/apache/tools/ant/taskdefs/ManifestException.html" title="class in org.apache.tools.ant.taskdefs">ManifestException</A></PRE>
567<DL>
568<DD>Add a section to the manifest
569<P>
570<DD><DL>
571<DT><B>Parameters:</B><DD><CODE>section</CODE> - the manifest section to be added
572<DT><B>Throws:</B>
573<DD><CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ManifestException.html" title="class in org.apache.tools.ant.taskdefs">ManifestException</A></CODE> - if the secti0on is not valid.</DL>
574</DD>
575</DL>
576<HR>
577
578<A NAME="addConfiguredAttribute(org.apache.tools.ant.taskdefs.Manifest.Attribute)"><!-- --></A><H3>
579addConfiguredAttribute</H3>
580<PRE>
581public void <B>addConfiguredAttribute</B>(<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Attribute.html" title="class in org.apache.tools.ant.taskdefs">Manifest.Attribute</A>&nbsp;attribute)
582 throws <A HREF="../../../../../org/apache/tools/ant/taskdefs/ManifestException.html" title="class in org.apache.tools.ant.taskdefs">ManifestException</A></PRE>
583<DL>
584<DD>Add an attribute to the manifest - it is added to the main section.
585<P>
586<DD><DL>
587<DT><B>Parameters:</B><DD><CODE>attribute</CODE> - the attribute to be added.
588<DT><B>Throws:</B>
589<DD><CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ManifestException.html" title="class in org.apache.tools.ant.taskdefs">ManifestException</A></CODE> - if the attribute is not valid.</DL>
590</DD>
591</DL>
592<HR>
593
594<A NAME="merge(org.apache.tools.ant.taskdefs.Manifest)"><!-- --></A><H3>
595merge</H3>
596<PRE>
597public void <B>merge</B>(<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html" title="class in org.apache.tools.ant.taskdefs">Manifest</A>&nbsp;other)
598 throws <A HREF="../../../../../org/apache/tools/ant/taskdefs/ManifestException.html" title="class in org.apache.tools.ant.taskdefs">ManifestException</A></PRE>
599<DL>
600<DD>Merge the contents of the given manifest into this manifest
601<P>
602<DD><DL>
603<DT><B>Parameters:</B><DD><CODE>other</CODE> - the Manifest to be merged with this one.
604<DT><B>Throws:</B>
605<DD><CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ManifestException.html" title="class in org.apache.tools.ant.taskdefs">ManifestException</A></CODE> - if there is a problem merging the
606 manifest according to the Manifest spec.</DL>
607</DD>
608</DL>
609<HR>
610
611<A NAME="merge(org.apache.tools.ant.taskdefs.Manifest, boolean)"><!-- --></A><H3>
612merge</H3>
613<PRE>
614public void <B>merge</B>(<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.html" title="class in org.apache.tools.ant.taskdefs">Manifest</A>&nbsp;other,
615 boolean&nbsp;overwriteMain)
616 throws <A HREF="../../../../../org/apache/tools/ant/taskdefs/ManifestException.html" title="class in org.apache.tools.ant.taskdefs">ManifestException</A></PRE>
617<DL>
618<DD>Merge the contents of the given manifest into this manifest
619<P>
620<DD><DL>
621<DT><B>Parameters:</B><DD><CODE>other</CODE> - the Manifest to be merged with this one.<DD><CODE>overwriteMain</CODE> - whether to overwrite the main section
622 of the current manifest
623<DT><B>Throws:</B>
624<DD><CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ManifestException.html" title="class in org.apache.tools.ant.taskdefs">ManifestException</A></CODE> - if there is a problem merging the
625 manifest according to the Manifest spec.</DL>
626</DD>
627</DL>
628<HR>
629
630<A NAME="write(java.io.PrintWriter)"><!-- --></A><H3>
631write</H3>
632<PRE>
633public void <B>write</B>(java.io.PrintWriter&nbsp;writer)
634 throws java.io.IOException</PRE>
635<DL>
636<DD>Write the manifest out to a print writer.
637<P>
638<DD><DL>
639<DT><B>Parameters:</B><DD><CODE>writer</CODE> - the Writer to which the manifest is written
640<DT><B>Throws:</B>
641<DD><CODE>java.io.IOException</CODE> - if the manifest cannot be written</DL>
642</DD>
643</DL>
644<HR>
645
646<A NAME="toString()"><!-- --></A><H3>
647toString</H3>
648<PRE>
649public java.lang.String <B>toString</B>()</PRE>
650<DL>
651<DD>Convert the manifest to its string representation
652<P>
653<DD><DL>
654
655<DT><B>Returns:</B><DD>a multiline string with the Manifest as it
656 appears in a Manifest file.</DL>
657</DD>
658</DL>
659<HR>
660
661<A NAME="getWarnings()"><!-- --></A><H3>
662getWarnings</H3>
663<PRE>
664public java.util.Enumeration <B>getWarnings</B>()</PRE>
665<DL>
666<DD>Get the warnings for this manifest.
667<P>
668<DD><DL>
669
670<DT><B>Returns:</B><DD>an enumeration of warning strings</DL>
671</DD>
672</DL>
673<HR>
674
675<A NAME="hashCode()"><!-- --></A><H3>
676hashCode</H3>
677<PRE>
678public int <B>hashCode</B>()</PRE>
679<DL>
680<DD><DL>
681<DT><B>See Also:</B><DD><CODE>Object.hashCode()</CODE></DL>
682</DD>
683</DL>
684<HR>
685
686<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
687equals</H3>
688<PRE>
689public boolean <B>equals</B>(java.lang.Object&nbsp;rhs)</PRE>
690<DL>
691<DD><DL>
692<DT><B>See Also:</B><DD><CODE>Object.equals(java.lang.Object)</CODE></DL>
693</DD>
694</DL>
695<HR>
696
697<A NAME="getManifestVersion()"><!-- --></A><H3>
698getManifestVersion</H3>
699<PRE>
700public java.lang.String <B>getManifestVersion</B>()</PRE>
701<DL>
702<DD>Get the version of the manifest
703<P>
704<DD><DL>
705
706<DT><B>Returns:</B><DD>the manifest's version string</DL>
707</DD>
708</DL>
709<HR>
710
711<A NAME="getMainSection()"><!-- --></A><H3>
712getMainSection</H3>
713<PRE>
714public <A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Section.html" title="class in org.apache.tools.ant.taskdefs">Manifest.Section</A> <B>getMainSection</B>()</PRE>
715<DL>
716<DD>Get the main section of the manifest
717<P>
718<DD><DL>
719
720<DT><B>Returns:</B><DD>the main section of the manifest</DL>
721</DD>
722</DL>
723<HR>
724
725<A NAME="getSection(java.lang.String)"><!-- --></A><H3>
726getSection</H3>
727<PRE>
728public <A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Section.html" title="class in org.apache.tools.ant.taskdefs">Manifest.Section</A> <B>getSection</B>(java.lang.String&nbsp;name)</PRE>
729<DL>
730<DD>Get a particular section from the manifest
731<P>
732<DD><DL>
733<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the section desired.
734<DT><B>Returns:</B><DD>the specified section or null if that section
735 does not exist in the manifest</DL>
736</DD>
737</DL>
738<HR>
739
740<A NAME="getSectionNames()"><!-- --></A><H3>
741getSectionNames</H3>
742<PRE>
743public java.util.Enumeration <B>getSectionNames</B>()</PRE>
744<DL>
745<DD>Get the section names in this manifest.
746<P>
747<DD><DL>
748
749<DT><B>Returns:</B><DD>an Enumeration of section names</DL>
750</DD>
751</DL>
752<!-- ========= END OF CLASS DATA ========= -->
753<HR>
754
755
756<!-- ======= START OF BOTTOM NAVBAR ====== -->
757<A NAME="navbar_bottom"><!-- --></A>
758<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
759<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
760<TR>
761<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
762<A NAME="navbar_bottom_firstrow"><!-- --></A>
763<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
764 <TR ALIGN="center" VALIGN="top">
765 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
766 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
767 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
768 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
769 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
770 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
771 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
772 </TR>
773</TABLE>
774</TD>
775<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
776</EM>
777</TD>
778</TR>
779
780<TR>
781<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
782&nbsp;<A HREF="../../../../../org/apache/tools/ant/taskdefs/MacroInstance.Element.html" title="class in org.apache.tools.ant.taskdefs"><B>PREV CLASS</B></A>&nbsp;
783&nbsp;<A HREF="../../../../../org/apache/tools/ant/taskdefs/Manifest.Attribute.html" title="class in org.apache.tools.ant.taskdefs"><B>NEXT CLASS</B></A></FONT></TD>
784<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
785 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
786&nbsp;<A HREF="Manifest.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
787&nbsp;<SCRIPT type="text/javascript">
788 <!--
789 if(window==top) {
790 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
791 }
792 //-->
793</SCRIPT>
794<NOSCRIPT>
795 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
796</NOSCRIPT>
797
798</FONT></TD>
799</TR>
800<TR>
801<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
802 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>
803<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
804DETAIL:&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>
805</TR>
806</TABLE>
807<A NAME="skip-navbar_bottom"></A>
808<!-- ======== END OF BOTTOM NAVBAR ======= -->
809
810<HR>
811Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.
812</BODY>
813</HTML>
Note: See TracBrowser for help on using the repository browser.