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

Class P4Submit.P4SubmitAdapter

Enclosing Class:
P4Submit
Implemented Interfaces:
ExecuteStreamHandler, P4Handler

public class P4Submit.P4SubmitAdapter
extends SimpleP4OutputHandler

internal class used to process the output of p4 submit

Constructor Summary

P4SubmitAdapter(P4Base parent)
simple constructor

Method Summary

void
process(String line)
process a line of stdout/stderr coming from Perforce

Methods inherited from class org.apache.tools.ant.taskdefs.optional.perforce.SimpleP4OutputHandler

process

Methods inherited from class org.apache.tools.ant.taskdefs.optional.perforce.P4HandlerAdapter

process, setOutput, setProcessErrorStream, setProcessInputStream, setProcessOutputStream, start, stop

Constructor Details

P4SubmitAdapter

public P4SubmitAdapter(P4Base parent)
simple constructor
Parameters:
parent - a P4Base instance

Method Details

process

public void process(String line)
process a line of stdout/stderr coming from Perforce
Specified by:
process in interface P4Handler
Overrides:
process in interface SimpleP4OutputHandler
Parameters:
line - line of stdout or stderr coming from Perforce

Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.