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

Packages that use UnattainableGoalException
org.apache.maven.werkz The werkz goal-oriented process framework. 
 

Uses of UnattainableGoalException in org.apache.maven.werkz
 

Methods in org.apache.maven.werkz that throw UnattainableGoalException
 void Goal.attain(Session session)
          Attempt to attain this Goal.
 void WerkzProject.attainGoal(java.lang.String name)
          Attempt to attain the specified goal.
 void WerkzProject.attainGoal(java.lang.String name, Session session)
          Attempt to attain the specified goal.
(package private)  void Goal.attainPrecursors(Session session)
          Attempt to attain this Goal's precursor Goals.
 void Goal.percolate(Session session)
          Attempt to percolate this Goal through to its Postcursors.
 void WerkzProject.percolateGoal(java.lang.String name)
          Attempt to percolate the specified goal.
 void WerkzProject.percolateGoal(java.lang.String name, Session session)
          Attempt to percolate the specified goal.
(package private)  void Goal.percolatePostcursors(Session session)
          Attempt to attain this Goal's postcursor Goals.
 



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