Class ClassSelector

    • Constructor Summary

      Constructors 
      Constructor Description
      ClassSelector​(java.lang.String className)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean select​(java.lang.String name)
      Determine whether the named class should be enhanced.
      • Methods inherited from class java.lang.Object

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

      • ClassSelector

        public ClassSelector​(java.lang.String className)
    • Method Detail

      • select

        public boolean select​(java.lang.String name)
        Description copied from interface: EnhancementSelector
        Determine whether the named class should be enhanced.
        Specified by:
        select in interface EnhancementSelector