public interface IConsole
| Modifier and Type | Method and Description |
|---|---|
ConsoleOutputStream |
getErrorStream() |
ConsoleOutputStream |
getInfoStream() |
ConsoleOutputStream |
getOutputStream() |
void |
start(org.eclipse.core.resources.IProject project)
Start the console for a given project.
|
void start(org.eclipse.core.resources.IProject project)
project - - the project to start the console.ConsoleOutputStream getOutputStream() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionConsoleOutputStream getInfoStream() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionConsoleOutputStream getErrorStream() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.