public class RunContentExecutor extends java.lang.Object implements Disposable
Disposable.Parent
Constructor and Description |
---|
RunContentExecutor(Project project,
ProcessHandler process) |
Modifier and Type | Method and Description |
---|---|
void |
activateToolWindow() |
void |
dispose()
Usually not invoked directly, see class javadoc.
|
void |
run() |
RunContentExecutor |
withActivateToolWindow(boolean activateToolWindow) |
RunContentExecutor |
withAfterCompletion(java.lang.Runnable afterCompletion) |
RunContentExecutor |
withConsole(ConsoleView console) |
RunContentExecutor |
withFilter(Filter filter) |
RunContentExecutor |
withHelpId(java.lang.String helpId) |
RunContentExecutor |
withRerun(java.lang.Runnable rerun) |
RunContentExecutor |
withStop(java.lang.Runnable stop,
Computable<java.lang.Boolean> stopEnabled) |
RunContentExecutor |
withTitle(java.lang.String title) |
public RunContentExecutor(Project project, ProcessHandler process)
public RunContentExecutor withFilter(Filter filter)
public RunContentExecutor withTitle(java.lang.String title)
public RunContentExecutor withRerun(java.lang.Runnable rerun)
public RunContentExecutor withStop(java.lang.Runnable stop, Computable<java.lang.Boolean> stopEnabled)
public RunContentExecutor withAfterCompletion(java.lang.Runnable afterCompletion)
public RunContentExecutor withHelpId(java.lang.String helpId)
public RunContentExecutor withActivateToolWindow(boolean activateToolWindow)
public void run()
public void activateToolWindow()
public void dispose()
Disposable
dispose
in interface Disposable
public RunContentExecutor withConsole(ConsoleView console)
console
- console to use instead of new one. Pass null to always create new