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.CoreException
ConsoleOutputStream getInfoStream() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
ConsoleOutputStream getErrorStream() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.