au.com.rayh
Class XCodeBuildOutputParser

java.lang.Object
  extended by au.com.rayh.XCodeBuildOutputParser

public class XCodeBuildOutputParser
extends java.lang.Object

Author:
ray

Nested Class Summary
 class XCodeBuildOutputParser.LineBasedFilterOutputStream
           
 
Constructor Summary
XCodeBuildOutputParser(hudson.FilePath workspace, hudson.model.TaskListener buildListener)
           
 
Method Summary
 int getExitCode()
           
 java.io.OutputStream getOutputStream()
           
protected  void handleLine(java.lang.String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XCodeBuildOutputParser

public XCodeBuildOutputParser(hudson.FilePath workspace,
                              hudson.model.TaskListener buildListener)
                       throws java.io.IOException,
                              java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException
Method Detail

handleLine

protected void handleLine(java.lang.String line)
                   throws java.text.ParseException,
                          java.io.IOException,
                          java.lang.InterruptedException,
                          javax.xml.bind.JAXBException
Throws:
java.text.ParseException
java.io.IOException
java.lang.InterruptedException
javax.xml.bind.JAXBException

getOutputStream

public java.io.OutputStream getOutputStream()

getExitCode

public int getExitCode()


Copyright © 2004-2012. All Rights Reserved.