org.eclipse.cdt.internal.core
Class SystemBuildConsole
java.lang.Object
org.eclipse.cdt.internal.core.SystemBuildConsole
- All Implemented Interfaces:
- IConsole
public class SystemBuildConsole
- extends java.lang.Object
- implements IConsole
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemBuildConsole
public SystemBuildConsole()
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