Interface org.as2lib.aop.Matcher

Description

Matcher matches the string representation of a join point against a pattern. Depending on the implementation the pattern may consist of various wildcards and logical operators. Common wildcards and operators that are also supported by AspectJ are:

Method Index

match()

Inherited from BasicInterface

Method Detail

match

public function match(joinPoint:String, pattern:String):Boolean

Checks if the passed-in joinPoint represented by a string matches the given pattern.

Parameters

joinPointthe join point represented as a string
patternthe pattern that may match the given joinPoint string

Return

true if the given joinPoint matches the given pattern else false