org.as2lib.core.BasicInterface +--org.as2lib.aop.pointcut.PointcutRule
PointcutRule is used to determine whether a specific pattern matches a specific pointcut type.
PointcutRule
toString()
public function execute(pattern:String):Boolean
Executes the rule and returns the result.
pattern
true if the pattern fulfils this rule else false
true
false