org.apache.tools.ant.taskdefs.optional.perforce

Class SimpleP4OutputHandler

public class SimpleP4OutputHandler extends P4HandlerAdapter

simple implementation of P4HandlerAdapter used by tasks which are not actually processing the output from Perforce
Constructor Summary
SimpleP4OutputHandler(P4Base parent)
simple constructor
Method Summary
voidprocess(String line)
process one line of stderr/stdout if error conditions are detected, then setters are called on the parent

Constructor Detail

SimpleP4OutputHandler

public SimpleP4OutputHandler(P4Base parent)
simple constructor

Parameters: parent a P4Base instance

Method Detail

process

public void process(String line)
process one line of stderr/stdout if error conditions are detected, then setters are called on the parent

Parameters: line line of output

Throws: BuildException does not throw exceptions any more

Copyright