Interface org.as2lib.aop.pointcut.PointcutRule

org.as2lib.core.BasicInterface
   +--org.as2lib.aop.pointcut.PointcutRule

Description

PointcutRule is used to determine whether a specific pattern matches a specific pointcut type.

Method Index

execute()

Inherited from BasicInterface

toString()

Method Detail

execute

public function execute(pattern:String):Boolean

Executes the rule and returns the result.

Parameters

patternthe pattern to check whether it fulfils this rule

Return

true if the pattern fulfils this rule else false