Class CommandLineOutputHandler.ContextImpl

java.lang.Object
org.netbeans.modules.maven.execute.CommandLineOutputHandler.ContextImpl
All Implemented Interfaces:
OutputVisitor.Context
Enclosing class:
CommandLineOutputHandler

public static class CommandLineOutputHandler.ContextImpl extends Object implements OutputVisitor.Context
  • Method Details

    • getCurrentProject

      @CheckForNull public org.netbeans.api.project.Project getCurrentProject()
      Specified by:
      getCurrentProject in interface OutputVisitor.Context
    • setCurrentProject

      public void setCurrentProject(@NullAllowed org.netbeans.api.project.Project currentProject)
    • getExecutionTree

      public org.netbeans.modules.maven.execute.cmd.ExecutionEventObject.Tree getExecutionTree()