Class PointcutFactory


  • public class PointcutFactory
    extends java.lang.Object
    A factory for creating Pointcut objects.
    • Constructor Summary

      Constructors 
      Constructor Description
      PointcutFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Pointcut createPointcut​(PointcutRule pointcutRule)
      Creates a new Pointcut instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PointcutFactory

        public PointcutFactory()
    • Method Detail

      • createPointcut

        public static Pointcut createPointcut​(PointcutRule pointcutRule)
        Creates a new Pointcut instance.
        Parameters:
        pointcutRule - the pointcut rule
        Returns:
        the pointcut