org.eclipse.cdt.core.resources
Interface IConsole

All Known Implementing Classes:
BuildConsolePartitioner, CBuildConsole, SystemBuildConsole

public interface IConsole


Method Summary
 ConsoleOutputStream getErrorStream()
           
 ConsoleOutputStream getInfoStream()
           
 ConsoleOutputStream getOutputStream()
           
 void start(org.eclipse.core.resources.IProject project)
           
 

Method Detail

start

void start(org.eclipse.core.resources.IProject project)

getOutputStream

ConsoleOutputStream getOutputStream()
                                    throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

getInfoStream

ConsoleOutputStream getInfoStream()
                                  throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

getErrorStream

ConsoleOutputStream getErrorStream()
                                   throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException