Class GoalSupport

java.lang.Object
org.apache.maven.cling.invoker.mvnenc.goals.GoalSupport
All Implemented Interfaces:
Goal
Direct Known Subclasses:
ConfiguredGoalSupport, Init

public abstract class GoalSupport extends Object implements Goal
The support class for goal implementations.
  • Field Details

    • messageBuilderFactory

      protected final MessageBuilderFactory messageBuilderFactory
    • secDispatcher

      protected final org.codehaus.plexus.components.secdispatcher.SecDispatcher secDispatcher
  • Constructor Details

    • GoalSupport

      protected GoalSupport(MessageBuilderFactory messageBuilderFactory, org.codehaus.plexus.components.secdispatcher.SecDispatcher secDispatcher)
  • Method Details