Interface MavenExecutor

All Superinterfaces:
Runnable
All Known Implementing Classes:
AbstractMavenExecutor, MavenCommandLineExecutor

public interface MavenExecutor extends Runnable
What the executors have in common.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addInitialMessage(String line, org.openide.windows.OutputListener listener)
     
    org.openide.windows.InputOutput
     
    void
    setTask(org.openide.execution.ExecutorTask task)
     

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • setTask

      void setTask(org.openide.execution.ExecutorTask task)
    • getInputOutput

      org.openide.windows.InputOutput getInputOutput()
    • addInitialMessage

      void addInitialMessage(String line, org.openide.windows.OutputListener listener)