source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/build/javadocs/org/apache/tools/ant/taskdefs/JikesOutputParser.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: 21.9 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>
7JikesOutputParser (Apache Ant API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.apache.tools.ant.taskdefs.JikesOutputParser 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="JikesOutputParser (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/Jikes.html" title="class in org.apache.tools.ant.taskdefs"><B>PREV CLASS</B></A>&nbsp;
53&nbsp;<A HREF="../../../../../org/apache/tools/ant/taskdefs/KeySubst.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="JikesOutputParser.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;<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 JikesOutputParser</H2>
87<PRE>
88java.lang.Object
89 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.tools.ant.taskdefs.JikesOutputParser</B>
90</PRE>
91<DL>
92<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html" title="interface in org.apache.tools.ant.taskdefs">ExecuteStreamHandler</A></DD>
93</DL>
94<HR>
95<B>Deprecated.</B>&nbsp;<I>use Jikes' exit value to detect compilation failure.</I>
96<P>
97<DL>
98<DT>public class <B>JikesOutputParser</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html" title="interface in org.apache.tools.ant.taskdefs">ExecuteStreamHandler</A></DL>
99
100<P>
101Parses output from jikes and
102 passes errors and warnings
103 into the right logging channels of Project.
104
105 <p><strong>As of Ant 1.2, this class is considered to be dead code
106 by the Ant developers and is unmaintained. Don't use
107 it.</strong></p>
108<P>
109
110<P>
111<HR>
112
113<P>
114<!-- ======== NESTED CLASS SUMMARY ======== -->
115
116
117<!-- =========== FIELD SUMMARY =========== -->
118
119<A NAME="field_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>Field 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>protected &nbsp;java.io.BufferedReader</CODE></FONT></TD>
128<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#br">br</A></B></CODE>
129
130<BR>
131&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
132</TR>
133<TR BGCOLOR="white" CLASS="TableRowColor">
134<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
135<CODE>protected &nbsp;boolean</CODE></FONT></TD>
136<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#emacsMode">emacsMode</A></B></CODE>
137
138<BR>
139&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
140</TR>
141<TR BGCOLOR="white" CLASS="TableRowColor">
142<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143<CODE>protected &nbsp;boolean</CODE></FONT></TD>
144<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#error">error</A></B></CODE>
145
146<BR>
147&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
148</TR>
149<TR BGCOLOR="white" CLASS="TableRowColor">
150<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
151<CODE>protected &nbsp;boolean</CODE></FONT></TD>
152<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#errorFlag">errorFlag</A></B></CODE>
153
154<BR>
155&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
156</TR>
157<TR BGCOLOR="white" CLASS="TableRowColor">
158<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
159<CODE>protected &nbsp;int</CODE></FONT></TD>
160<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#errors">errors</A></B></CODE>
161
162<BR>
163&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
164</TR>
165<TR BGCOLOR="white" CLASS="TableRowColor">
166<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167<CODE>protected &nbsp;<A HREF="../../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</A></CODE></FONT></TD>
168<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#task">task</A></B></CODE>
169
170<BR>
171&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
172</TR>
173<TR BGCOLOR="white" CLASS="TableRowColor">
174<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
175<CODE>protected &nbsp;int</CODE></FONT></TD>
176<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#warnings">warnings</A></B></CODE>
177
178<BR>
179&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
180</TR>
181</TABLE>
182&nbsp;
183<!-- ======== CONSTRUCTOR SUMMARY ======== -->
184
185<A NAME="constructor_summary"><!-- --></A>
186<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
187<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
188<TD COLSPAN=2><FONT SIZE="+2">
189<B>Constructor Summary</B></FONT></TD>
190</TR>
191<TR BGCOLOR="white" CLASS="TableRowColor">
192<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
193<CODE>protected </CODE></FONT></TD>
194<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#JikesOutputParser(org.apache.tools.ant.Task, boolean)">JikesOutputParser</A></B>(<A HREF="../../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</A>&nbsp;task,
195 boolean&nbsp;emacsMode)</CODE>
196
197<BR>
198&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Construct a new Parser object</TD>
199</TR>
200</TABLE>
201&nbsp;
202<!-- ========== METHOD SUMMARY =========== -->
203
204<A NAME="method_summary"><!-- --></A>
205<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
206<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
207<TD COLSPAN=2><FONT SIZE="+2">
208<B>Method Summary</B></FONT></TD>
209</TR>
210<TR BGCOLOR="white" CLASS="TableRowColor">
211<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
212<CODE>protected &nbsp;boolean</CODE></FONT></TD>
213<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#getErrorFlag()">getErrorFlag</A></B>()</CODE>
214
215<BR>
216&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Indicate if there were errors during the compile</TD>
217</TR>
218<TR BGCOLOR="white" CLASS="TableRowColor">
219<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
220<CODE>protected &nbsp;void</CODE></FONT></TD>
221<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#parseOutput(java.io.BufferedReader)">parseOutput</A></B>(java.io.BufferedReader&nbsp;reader)</CODE>
222
223<BR>
224&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Parse the output of a jikes compiler</TD>
225</TR>
226<TR BGCOLOR="white" CLASS="TableRowColor">
227<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
228<CODE>&nbsp;void</CODE></FONT></TD>
229<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#setProcessErrorStream(java.io.InputStream)">setProcessErrorStream</A></B>(java.io.InputStream&nbsp;is)</CODE>
230
231<BR>
232&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Ignore.</TD>
233</TR>
234<TR BGCOLOR="white" CLASS="TableRowColor">
235<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
236<CODE>&nbsp;void</CODE></FONT></TD>
237<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#setProcessInputStream(java.io.OutputStream)">setProcessInputStream</A></B>(java.io.OutputStream&nbsp;os)</CODE>
238
239<BR>
240&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Ignore.</TD>
241</TR>
242<TR BGCOLOR="white" CLASS="TableRowColor">
243<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
244<CODE>&nbsp;void</CODE></FONT></TD>
245<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#setProcessOutputStream(java.io.InputStream)">setProcessOutputStream</A></B>(java.io.InputStream&nbsp;is)</CODE>
246
247<BR>
248&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Set the inputstream</TD>
249</TR>
250<TR BGCOLOR="white" CLASS="TableRowColor">
251<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
252<CODE>&nbsp;void</CODE></FONT></TD>
253<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#start()">start</A></B>()</CODE>
254
255<BR>
256&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Invokes parseOutput.</TD>
257</TR>
258<TR BGCOLOR="white" CLASS="TableRowColor">
259<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
260<CODE>&nbsp;void</CODE></FONT></TD>
261<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/taskdefs/JikesOutputParser.html#stop()">stop</A></B>()</CODE>
262
263<BR>
264&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Ignore.</TD>
265</TR>
266</TABLE>
267&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
268<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
269<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
270<TD><B>Methods inherited from class java.lang.Object</B></TD>
271</TR>
272<TR BGCOLOR="white" CLASS="TableRowColor">
273<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
274</TR>
275</TABLE>
276&nbsp;
277<P>
278
279<!-- ============ FIELD DETAIL =========== -->
280
281<A NAME="field_detail"><!-- --></A>
282<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
283<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
284<TD COLSPAN=1><FONT SIZE="+2">
285<B>Field Detail</B></FONT></TD>
286</TR>
287</TABLE>
288
289<A NAME="task"><!-- --></A><H3>
290task</H3>
291<PRE>
292protected <A HREF="../../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</A> <B>task</B></PRE>
293<DL>
294<DD><B>Deprecated.</B>&nbsp;<DL>
295</DL>
296</DL>
297<HR>
298
299<A NAME="errorFlag"><!-- --></A><H3>
300errorFlag</H3>
301<PRE>
302protected boolean <B>errorFlag</B></PRE>
303<DL>
304<DD><B>Deprecated.</B>&nbsp;<DL>
305</DL>
306</DL>
307<HR>
308
309<A NAME="errors"><!-- --></A><H3>
310errors</H3>
311<PRE>
312protected int <B>errors</B></PRE>
313<DL>
314<DD><B>Deprecated.</B>&nbsp;<DL>
315</DL>
316</DL>
317<HR>
318
319<A NAME="warnings"><!-- --></A><H3>
320warnings</H3>
321<PRE>
322protected int <B>warnings</B></PRE>
323<DL>
324<DD><B>Deprecated.</B>&nbsp;<DL>
325</DL>
326</DL>
327<HR>
328
329<A NAME="error"><!-- --></A><H3>
330error</H3>
331<PRE>
332protected boolean <B>error</B></PRE>
333<DL>
334<DD><B>Deprecated.</B>&nbsp;<DL>
335</DL>
336</DL>
337<HR>
338
339<A NAME="emacsMode"><!-- --></A><H3>
340emacsMode</H3>
341<PRE>
342protected boolean <B>emacsMode</B></PRE>
343<DL>
344<DD><B>Deprecated.</B>&nbsp;<DL>
345</DL>
346</DL>
347<HR>
348
349<A NAME="br"><!-- --></A><H3>
350br</H3>
351<PRE>
352protected java.io.BufferedReader <B>br</B></PRE>
353<DL>
354<DD><B>Deprecated.</B>&nbsp;<DL>
355</DL>
356</DL>
357
358<!-- ========= CONSTRUCTOR DETAIL ======== -->
359
360<A NAME="constructor_detail"><!-- --></A>
361<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
362<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
363<TD COLSPAN=1><FONT SIZE="+2">
364<B>Constructor Detail</B></FONT></TD>
365</TR>
366</TABLE>
367
368<A NAME="JikesOutputParser(org.apache.tools.ant.Task, boolean)"><!-- --></A><H3>
369JikesOutputParser</H3>
370<PRE>
371protected <B>JikesOutputParser</B>(<A HREF="../../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</A>&nbsp;task,
372 boolean&nbsp;emacsMode)</PRE>
373<DL>
374<DD><B>Deprecated.</B>&nbsp;<DD>Construct a new Parser object
375<P>
376<DT><B>Parameters:</B><DD><CODE>task</CODE> - - task in which context we are called</DL>
377
378<!-- ============ METHOD DETAIL ========== -->
379
380<A NAME="method_detail"><!-- --></A>
381<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
382<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
383<TD COLSPAN=1><FONT SIZE="+2">
384<B>Method Detail</B></FONT></TD>
385</TR>
386</TABLE>
387
388<A NAME="setProcessInputStream(java.io.OutputStream)"><!-- --></A><H3>
389setProcessInputStream</H3>
390<PRE>
391public void <B>setProcessInputStream</B>(java.io.OutputStream&nbsp;os)</PRE>
392<DL>
393<DD><B>Deprecated.</B>&nbsp;<DD>Ignore.
394<P>
395<DD><DL>
396<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html#setProcessInputStream(java.io.OutputStream)">setProcessInputStream</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html" title="interface in org.apache.tools.ant.taskdefs">ExecuteStreamHandler</A></CODE></DL>
397</DD>
398<DD><DL>
399<DT><B>Parameters:</B><DD><CODE>os</CODE> - output stream to write to the standard input stream of the
400 subprocess</DL>
401</DD>
402</DL>
403<HR>
404
405<A NAME="setProcessErrorStream(java.io.InputStream)"><!-- --></A><H3>
406setProcessErrorStream</H3>
407<PRE>
408public void <B>setProcessErrorStream</B>(java.io.InputStream&nbsp;is)</PRE>
409<DL>
410<DD><B>Deprecated.</B>&nbsp;<DD>Ignore.
411<P>
412<DD><DL>
413<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html#setProcessErrorStream(java.io.InputStream)">setProcessErrorStream</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html" title="interface in org.apache.tools.ant.taskdefs">ExecuteStreamHandler</A></CODE></DL>
414</DD>
415<DD><DL>
416<DT><B>Parameters:</B><DD><CODE>is</CODE> - input stream to read from the error stream from the subprocess</DL>
417</DD>
418</DL>
419<HR>
420
421<A NAME="setProcessOutputStream(java.io.InputStream)"><!-- --></A><H3>
422setProcessOutputStream</H3>
423<PRE>
424public void <B>setProcessOutputStream</B>(java.io.InputStream&nbsp;is)
425 throws java.io.IOException</PRE>
426<DL>
427<DD><B>Deprecated.</B>&nbsp;<DD>Set the inputstream
428<P>
429<DD><DL>
430<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html#setProcessOutputStream(java.io.InputStream)">setProcessOutputStream</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html" title="interface in org.apache.tools.ant.taskdefs">ExecuteStreamHandler</A></CODE></DL>
431</DD>
432<DD><DL>
433<DT><B>Parameters:</B><DD><CODE>is</CODE> - input stream to read from the error stream from the subprocess
434<DT><B>Throws:</B>
435<DD><CODE>java.io.IOException</CODE></DL>
436</DD>
437</DL>
438<HR>
439
440<A NAME="start()"><!-- --></A><H3>
441start</H3>
442<PRE>
443public void <B>start</B>()
444 throws java.io.IOException</PRE>
445<DL>
446<DD><B>Deprecated.</B>&nbsp;<DD>Invokes parseOutput.
447<P>
448<DD><DL>
449<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html#start()">start</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html" title="interface in org.apache.tools.ant.taskdefs">ExecuteStreamHandler</A></CODE></DL>
450</DD>
451<DD><DL>
452
453<DT><B>Throws:</B>
454<DD><CODE>java.io.IOException</CODE></DL>
455</DD>
456</DL>
457<HR>
458
459<A NAME="stop()"><!-- --></A><H3>
460stop</H3>
461<PRE>
462public void <B>stop</B>()</PRE>
463<DL>
464<DD><B>Deprecated.</B>&nbsp;<DD>Ignore.
465<P>
466<DD><DL>
467<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html#stop()">stop</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/tools/ant/taskdefs/ExecuteStreamHandler.html" title="interface in org.apache.tools.ant.taskdefs">ExecuteStreamHandler</A></CODE></DL>
468</DD>
469<DD><DL>
470</DL>
471</DD>
472</DL>
473<HR>
474
475<A NAME="parseOutput(java.io.BufferedReader)"><!-- --></A><H3>
476parseOutput</H3>
477<PRE>
478protected void <B>parseOutput</B>(java.io.BufferedReader&nbsp;reader)
479 throws java.io.IOException</PRE>
480<DL>
481<DD><B>Deprecated.</B>&nbsp;<DD>Parse the output of a jikes compiler
482<P>
483<DD><DL>
484</DL>
485</DD>
486<DD><DL>
487<DT><B>Parameters:</B><DD><CODE>reader</CODE> - - Reader used to read jikes's output
488<DT><B>Throws:</B>
489<DD><CODE>java.io.IOException</CODE></DL>
490</DD>
491</DL>
492<HR>
493
494<A NAME="getErrorFlag()"><!-- --></A><H3>
495getErrorFlag</H3>
496<PRE>
497protected boolean <B>getErrorFlag</B>()</PRE>
498<DL>
499<DD><B>Deprecated.</B>&nbsp;<DD>Indicate if there were errors during the compile
500<P>
501<DD><DL>
502</DL>
503</DD>
504<DD><DL>
505
506<DT><B>Returns:</B><DD>if errors occurred</DL>
507</DD>
508</DL>
509<!-- ========= END OF CLASS DATA ========= -->
510<HR>
511
512
513<!-- ======= START OF BOTTOM NAVBAR ====== -->
514<A NAME="navbar_bottom"><!-- --></A>
515<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
516<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
517<TR>
518<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
519<A NAME="navbar_bottom_firstrow"><!-- --></A>
520<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
521 <TR ALIGN="center" VALIGN="top">
522 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
523 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
524 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
525 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
526 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
527 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
528 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
529 </TR>
530</TABLE>
531</TD>
532<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
533</EM>
534</TD>
535</TR>
536
537<TR>
538<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
539&nbsp;<A HREF="../../../../../org/apache/tools/ant/taskdefs/Jikes.html" title="class in org.apache.tools.ant.taskdefs"><B>PREV CLASS</B></A>&nbsp;
540&nbsp;<A HREF="../../../../../org/apache/tools/ant/taskdefs/KeySubst.html" title="class in org.apache.tools.ant.taskdefs"><B>NEXT CLASS</B></A></FONT></TD>
541<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
542 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
543&nbsp;<A HREF="JikesOutputParser.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
544&nbsp;<SCRIPT type="text/javascript">
545 <!--
546 if(window==top) {
547 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
548 }
549 //-->
550</SCRIPT>
551<NOSCRIPT>
552 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
553</NOSCRIPT>
554
555</FONT></TD>
556</TR>
557<TR>
558<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
559 SUMMARY:&nbsp;NESTED&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>
560<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
561DETAIL:&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>
562</TR>
563</TABLE>
564<A NAME="skip-navbar_bottom"></A>
565<!-- ======== END OF BOTTOM NAVBAR ======= -->
566
567<HR>
568Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.
569</BODY>
570</HTML>
Note: See TracBrowser for help on using the repository browser.