|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.xmldef.definition.AdviceStackDefinition
Holds the advice stack definition.
Constructor Summary | |
AdviceStackDefinition()
|
Method Summary | |
void |
addAdvice(java.lang.String advice)
Adds the name of an advice. |
java.util.List |
getAdviceRefs()
Returns the name of the advices as list. |
java.lang.String |
getName()
Returns the name of the advice stack. |
void |
setName(java.lang.String name)
Sets the name of the advice stack. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdviceStackDefinition()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the namepublic java.util.List getAdviceRefs()
public void addAdvice(java.lang.String advice)
advice
- the names of the advice
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |