Class PointcutPatternRule

java.lang.Object
com.aspectran.core.context.rule.PointcutPatternRule

public class PointcutPatternRule extends Object
The pattern rule for identifying pointcut targets.
  • Constructor Details

    • PointcutPatternRule

      public PointcutPatternRule()
  • Method Details

    • getPointcutType

      public PointcutType getPointcutType()
    • setPointcutType

      protected void setPointcutType(PointcutType pointcutType)
    • getPatternString

      public String getPatternString()
    • setPatternString

      public void setPatternString(String patternString)
    • getPointcutPattern

      public PointcutPattern getPointcutPattern()
    • setPointcutPattern

      public void setPointcutPattern(PointcutPattern pointcutPattern)
    • getExcludePointcutPatternRuleList

      public List<PointcutPatternRule> 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

      public String toString()
      Overrides:
      toString in class Object
    • newInstance

      @NonNull public static PointcutPatternRule newInstance(String patternString)
    • newInstance

      @NonNull public static PointcutPatternRule newInstance(String translet, String bean, String method)