Configure this class using the "pattern" and "patterns"
pass-through properties. These are analogous to the pattern
and patterns properties of
AbstractRegexpMethodPointcut .
createPointcut() Create the actual pointcut: By default, a
Perl5RegexpMethodPointcut will be created if Perl5 syntax is enforced or when running on JDK 1.3.
public RegexpMethodPointcutAdvisor(String pattern, Advice advice)(Code)
Create a RegexpMethodPointcutAdvisor for the given advice.
Parameters: pattern - the pattern to use Parameters: advice - the advice to use See Also:RegexpMethodPointcutAdvisor.setPerl5
RegexpMethodPointcutAdvisor
public RegexpMethodPointcutAdvisor(String[] patterns, Advice advice)(Code)
Create a RegexpMethodPointcutAdvisor for the given advice.
Parameters: patterns - the patterns to use Parameters: advice - the advice to use See Also:RegexpMethodPointcutAdvisor.setPerl5