org.eclipse.cdt.core.resources
Interface IConsole
- All Known Implementing Classes:
- BuildConsolePartitioner, CBuildConsole, SystemBuildConsole
public interface IConsole
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