org.apache.tools.ant.taskdefs.optional.perforce
public interface P4Handler extends ExecuteStreamHandler
Method Summary | |
---|---|
void | process(String line)
processing of one line of stdout or of stderr |
void | setOutput(String line)
set any data to be written to P4's stdin |
Parameters: line a line of stdout or stderr that the implementation will process
Throws: BuildException at the discretion of the implementation.
Parameters: line the text to write to P4's stdin
Throws: BuildException if the line cannot be processed.