org.eclipse.cdt.internal.core
Class SystemBuildConsole

java.lang.Object
  extended by org.eclipse.cdt.internal.core.SystemBuildConsole
All Implemented Interfaces:
IConsole

public class SystemBuildConsole
extends java.lang.Object
implements IConsole


Constructor Summary
SystemBuildConsole()
           
 
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

SystemBuildConsole

public SystemBuildConsole()
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

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