| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for p4 job output stream handler. Classes implementing this interface can be called back by P4Base.execP4Command();
| Method Summary | |
|  void | process(java.lang.String line)processing of one line of stdout or of stderr | 
|  void | setOutput(java.lang.String line)set any data to be written to P4's stdin | 
| Methods inherited from interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler | 
| setProcessErrorStream, setProcessInputStream, setProcessOutputStream, start, stop | 
| Method Detail | 
public void process(java.lang.String line)
             throws BuildException
line - a line of stdout or stderr that the implementation will process
BuildException - at the discretion of the implementation.
public void setOutput(java.lang.String line)
               throws BuildException
line - the text to write to P4's stdin
BuildException - if the line cannot be processed.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||