FileDocCategorySizeDatePackage
P4OutputHandler.javaAPI DocApache Ant 1.701393Wed Dec 13 06:16:20 GMT 2006org.apache.tools.ant.taskdefs.optional.perforce

P4OutputHandler

public interface P4OutputHandler
Interface for p4 job output stream handler. Classes implementing this interface can be called back by P4Base.execP4Command();

Fields Summary
Constructors Summary
Methods Summary
public voidprocess(java.lang.String line)
implementations will be able to process lines of output from Perforce

param
line a line of stdout or stderr coming from Perforce
throws
BuildException implementations are allowed to throw BuildException