Interface MavenExecutor
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
AbstractMavenExecutor
,MavenCommandLineExecutor
What the executors have in common.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInitialMessage
(String line, org.openide.windows.OutputListener listener) org.openide.windows.InputOutput
void
setTask
(org.openide.execution.ExecutorTask task)
-
Method Details
-
setTask
void setTask(org.openide.execution.ExecutorTask task) -
getInputOutput
org.openide.windows.InputOutput getInputOutput() -
addInitialMessage
-