org.eclipse.cdt.internal.ui.buildconsole
Class CBuildConsole

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.buildconsole.CBuildConsole
All Implemented Interfaces:
IConsole

public class CBuildConsole
extends java.lang.Object
implements IConsole


Constructor Summary
CBuildConsole()
          Constructor for BuildConsole.
 
Method Summary
 ConsoleOutputStream getErrorStream()
           
 ConsoleOutputStream getInfoStream()
           
 ConsoleOutputStream getOutputStream()
           
 void start(org.eclipse.core.resources.IProject project)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CBuildConsole

public CBuildConsole()
Constructor for BuildConsole.

Method Detail

start

public void start(org.eclipse.core.resources.IProject project)
Specified by:
start in interface IConsole

getOutputStream

public ConsoleOutputStream getOutputStream()
                                    throws org.eclipse.core.runtime.CoreException
Specified by:
getOutputStream in interface IConsole
Throws:
org.eclipse.core.runtime.CoreException
See Also:
IConsole.getOutputStream()

getInfoStream

public ConsoleOutputStream getInfoStream()
                                  throws org.eclipse.core.runtime.CoreException
Specified by:
getInfoStream in interface IConsole
Throws:
org.eclipse.core.runtime.CoreException

getErrorStream

public ConsoleOutputStream getErrorStream()
                                   throws org.eclipse.core.runtime.CoreException
Specified by:
getErrorStream in interface IConsole
Throws:
org.eclipse.core.runtime.CoreException