Package com.aspectran.core.context.rule
Class PointcutPatternRule
java.lang.Object
com.aspectran.core.context.rule.PointcutPatternRule
The pattern rule for identifying pointcut targets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
void
void
static PointcutPatternRule
newInstance
(String patternString) static PointcutPatternRule
newInstance
(String translet, String bean, String method) void
setExcludePointcutPatternRuleList
(List<PointcutPatternRule> excludePointcutPatternRuleList) void
setPatternString
(String patternString) void
setPointcutPattern
(PointcutPattern pointcutPattern) protected void
setPointcutType
(PointcutType pointcutType) toString()
-
Constructor Details
-
PointcutPatternRule
public PointcutPatternRule()
-
-
Method Details
-
getPointcutType
-
setPointcutType
-
getPatternString
-
setPatternString
-
getPointcutPattern
-
setPointcutPattern
-
getExcludePointcutPatternRuleList
-
setExcludePointcutPatternRuleList
public void setExcludePointcutPatternRuleList(List<PointcutPatternRule> excludePointcutPatternRuleList) -
getMatchedBeanIdCount
public int getMatchedBeanIdCount() -
increaseMatchedBeanIdCount
public void increaseMatchedBeanIdCount() -
getMatchedClassNameCount
public int getMatchedClassNameCount() -
increaseMatchedClassNameCount
public void increaseMatchedClassNameCount() -
getMatchedMethodNameCount
public int getMatchedMethodNameCount() -
increaseMatchedMethodNameCount
public void increaseMatchedMethodNameCount() -
toString
-
newInstance
-
newInstance
-