Uses of Class
org.apache.maven.werkz.Goal

Packages that use Goal
org.apache.maven.jelly.tags.maven Various jelly tags provided by Maven to allow easier access its facilities. 
org.apache.maven.plugin Code to cache and manage plugin execution. 
org.apache.maven.werkz The werkz goal-oriented process framework. 
org.apache.maven.werkz.jelly   
 

Uses of Goal in org.apache.maven.jelly.tags.maven
 

Subclasses of Goal in org.apache.maven.jelly.tags.maven
(package private)  class ProjectGoal
          Overrides Goal to add some extra project information
 

Constructors in org.apache.maven.jelly.tags.maven with parameters of type Goal
ListAddAction(Goal goal, java.util.List list)
           
 

Uses of Goal in org.apache.maven.plugin
 

Methods in org.apache.maven.plugin that return Goal
 Goal[] GoalToJellyScriptHousingMapper.getExecutionChain(java.lang.String name, WerkzProject project)
           
 

Uses of Goal in org.apache.maven.werkz
 

Fields in org.apache.maven.werkz declared as Goal
static Goal[] Goal.EMPTY_ARRAY
          Empty Goal array.
 

Methods in org.apache.maven.werkz that return Goal
 Goal CyclicGoalChainException.getInitialGoal()
          Retrieve the Goal which initiated the dependency cycle check.
 Goal NoActionDefinitionException.getGoal()
          Retrieve the goal.
 Goal[] WerkzProject.getExecutionChain(java.lang.String name)
          Retrieve a valid execution chain to attain the specified goal.
 Goal WerkzProject.getGoal(java.lang.String name)
          Retrieve a Goal by name from this manager.
 Goal WerkzProject.getGoal(java.lang.String name, boolean create)
          Retrieve a Goal by name from this manager.
 Goal WerkzProject.getDefaultGoal()
          Retrieve the default goal.
 

Methods in org.apache.maven.werkz with parameters of type Goal
 void PreActionCallback.firePreAction(Goal goal)
          Fire the callback.
 void PreGoalCallback.firePreGoal(Goal goal)
          Fire the callback.
 void Callback.firePreGoal(Goal goal)
          No-op pre-goal callback implementation.
 void Callback.firePostGoal(Goal goal)
          No-op post-goal callback implementation.
 void Callback.firePreAction(Goal goal)
          No-op pre-action callback implementation.
 void Callback.firePostAction(Goal goal)
          No-op post-action callback implementation.
 void PostActionCallback.firePostAction(Goal goal)
          Fire the callback.
 void Goal.addPrecursor(Goal precursor)
          Add a precursor Goal to this Goal.
 void Goal.addPostcursor(Goal postcursor)
          Add a postcursor Goal to this Goal.
(package private)  void Goal.checkForCycles(Goal initialGoal, java.util.Set visited)
          Perform a cyclic dependency check.
 void PostGoalCallback.firePostGoal(Goal goal)
          Fire the callback.
 void WerkzProject.addGoal(Goal goal)
          Add a Goal to this manager.
(package private)  void Session.addSatisfiedGoal(Goal goal)
          Add a satisfied Goal to this context.
(package private)  void Session.removeSatisfiedGoal(Goal goal)
          Remove a satisfied Goal from this context.
(package private)  boolean Session.isGoalSatisfied(Goal goal)
          Test a Goal to determine if it has been satisfied within this context.
 

Constructors in org.apache.maven.werkz with parameters of type Goal
CyclicGoalChainException(Goal initialGoal)
          Constrct with an initiating goal.
NoActionDefinitionException(Goal goal)
          Construct.
 

Uses of Goal in org.apache.maven.werkz.jelly
 

Methods in org.apache.maven.werkz.jelly that return Goal
protected  Goal WerkzTagSupport.getGoal(java.lang.String name)
           
 

Methods in org.apache.maven.werkz.jelly with parameters of type Goal
protected  void GoalTag.addPrereqs(Goal goal)
           
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.