org.apache.tools.ant.taskdefs.optional.perforce
public interface P4Handler extends ExecuteStreamHandler
Modifier and Type | Method and Description |
---|---|
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
|
setProcessErrorStream, setProcessInputStream, setProcessOutputStream, start, stop
void process(java.lang.String line) throws BuildException
line
- a line of stdout or stderr that the implementation will processBuildException
- at the discretion of the implementation.void setOutput(java.lang.String line) throws BuildException
line
- the text to write to P4's stdinBuildException
- if the line cannot be processed.