|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.definition.IntroductionWeavingRule
Handles the introduction weaving rule definition.
Constructor Summary | |
IntroductionWeavingRule()
|
Method Summary | |
void |
addIntroductionRef(java.lang.String introductionRef)
Adds a new introduction reference. |
java.lang.String |
getClassPattern()
Returns the class pattern. |
java.util.List |
getIntroductionRefs()
Returns a list with all the introduction references. |
ClassPattern |
getRegexpClassPattern()
Returns the class pattern as a pre-compiled pattern. |
void |
setClassPattern(java.lang.String classPattern)
Sets the class pattern |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IntroductionWeavingRule()
Method Detail |
public java.lang.String getClassPattern()
public void setClassPattern(java.lang.String classPattern)
classPattern
- the class patternpublic ClassPattern getRegexpClassPattern()
public java.util.List getIntroductionRefs()
public void addIntroductionRef(java.lang.String introductionRef)
introductionRef
- the introduction reference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |