Class CommandLineOutputHandler

java.lang.Object
org.netbeans.modules.maven.execute.AbstractOutputHandler
org.netbeans.modules.maven.execute.CommandLineOutputHandler

public class CommandLineOutputHandler extends AbstractOutputHandler
handling of output coming from maven commandline builds
  • Field Details

    • startPatternM2

      @Deprecated(forRemoval=true) public static final Pattern startPatternM2
      Deprecated, for removal: This API element is subject to removal in a future version.
      m2 relict; No longer used.
    • startPatternM3

      public static final Pattern startPatternM3
      see org.apache.maven.cling.event.ExecutionEventLogger#mojoStarted
    • reactorSummaryLine

      public static final Pattern reactorSummaryLine
  • Constructor Details

    • CommandLineOutputHandler

      public CommandLineOutputHandler(org.openide.windows.InputOutput io, org.netbeans.api.project.Project proj, org.netbeans.api.progress.ProgressHandle hand, RunConfig config, boolean createVisitorContext)
  • Method Details

    • getExecutionTree

      @CheckForNull public org.netbeans.modules.maven.execute.cmd.ExecutionEventObject.Tree getExecutionTree()
      Returns:
      null if tree is not being built (maven 2.x)
    • checkSleepiness

      protected final void checkSleepiness()
      Overrides:
      checkSleepiness in class AbstractOutputHandler
    • getIO

      protected org.openide.windows.InputOutput getIO()
      Specified by:
      getIO in class AbstractOutputHandler