Package org.apache.maven.werkz

The werkz goal-oriented process framework.

See:
          Description

Interface Summary
Action Interface for goal-satisfying actions.
PostActionCallback Interface for callbacks that occur after a Goal's action has been executed.
PostGoalCallback Interface for callbacks that occur after a Goal has been completely satisfied.
PreActionCallback Interface for callbacks that occur before a Goal's action has been executed.
PreGoalCallback Interface for callbacks that occur after a Goal's prerequisites have been met, but before any Goal-specific actions have been taken.
 

Class Summary
Callback Convenience class providing no-op implementations of all four callbacks.
DefaultAction Abstract convenience Action implementation.
Goal Abstract Goal to attain.
Session Goal satisfaction state.
WerkzProject General Goal manager.
 

Exception Summary
CyclicGoalChainException Indicates a dependency cycle within the Goal graph.
NoActionDefinitionException Indicates an attempt to attain a goal with no action definition.
NoSuchGoalException Indicates a request to attain an unknown Goal.
UnattainableGoalException Indicates an error while attempting to satisfy a Goal.
WerkzException Base werkz exception.
 

Package org.apache.maven.werkz Description

The werkz goal-oriented process framework.



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