P4Handlerpublic interface P4Handler implements org.apache.tools.ant.taskdefs.ExecuteStreamHandlerInterface for p4 job output stream handler. Classes implementing this interface
can be called back by P4Base.execP4Command(); |
Methods Summary |
---|
public void | process(java.lang.String line)processing of one line of stdout or of stderr
| public void | setOutput(java.lang.String line)set any data to be written to P4's stdin
|
|