|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.werkz.DefaultAction
Abstract convenience Action
implementation.
DefaultAction
is simply a partial implementation
of Action
where requiresAction()
returns
true
.
It is abstract in that it not provide an implementation for
Action.performAction(org.apache.maven.werkz.Session)
.
Action
,
Action.requiresAction()
Constructor Summary | |
DefaultAction()
Construct. |
Method Summary | |
boolean |
requiresAction()
Determine if this Action requies
actual effort. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.maven.werkz.Action |
performAction |
Constructor Detail |
public DefaultAction()
Method Detail |
public boolean requiresAction()
Action
requies
actual effort.
requiresAction
in interface Action
true
in all cases.Action.performAction(org.apache.maven.werkz.Session)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |