|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.lonniepryor.blues.cfg.PointcutCfgImpl
Generic implementation of PointcutCfg.
| Constructor Summary | |
PointcutCfgImpl()
Creates a new PointcutCfgImpl object. |
|
| Method Summary | |
void |
appendText(char[] characters,
int startIndex,
int textLength)
Supplies the specified character data to this configuration element. |
java.lang.String |
getName()
Returns the name of this pointcut. |
Pointcut |
getPointcut()
Returns the specification used to evaluate join points. |
void |
setName(java.lang.String name)
Sets the name of this pointcut. |
void |
verify()
Verifies the state of this configuration element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PointcutCfgImpl()
| Method Detail |
public void setName(java.lang.String name)
name - The name of this pointcut.
public void appendText(char[] characters,
int startIndex,
int textLength)
TextContainer
appendText in interface TextContainercharacters - The contnent of the text.startIndex - The index in the array where this container's data starts.textLength - The length of the text meant for this container.public void verify()
Verifiable
verify in interface Verifiablepublic java.lang.String getName()
PointcutCfg
getName in interface PointcutCfgpublic Pointcut getPointcut()
PointcutCfg
getPointcut in interface PointcutCfg
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||