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 Summary
Modifier and TypeMethodDescriptionorg.netbeans.api.project.Project
org.netbeans.modules.maven.execute.cmd.ExecutionEventObject.Tree
void
setCurrentProject
(org.netbeans.api.project.Project currentProject)
-
Method Details
-
getCurrentProject
@CheckForNull public org.netbeans.api.project.Project getCurrentProject()- Specified by:
getCurrentProject
in interfaceOutputVisitor.Context
-
setCurrentProject
public void setCurrentProject(@NullAllowed org.netbeans.api.project.Project currentProject) -
getExecutionTree
public org.netbeans.modules.maven.execute.cmd.ExecutionEventObject.Tree getExecutionTree()
-