Class ActivateExtension

  • All Implemented Interfaces:
    javax.enterprise.inject.spi.Extension

    public class ActivateExtension
    extends java.lang.Object
    implements javax.enterprise.inject.spi.Extension
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isAvailable​(java.lang.String classname, boolean expected)  
      protected boolean isAvailable​(java.lang.String classname, java.lang.ClassLoader classloader)  
      protected boolean isNotEmpty​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • ActivateExtension

        public ActivateExtension()
    • Method Detail

      • isAvailable

        protected boolean isAvailable​(java.lang.String classname,
                                      boolean expected)
      • isAvailable

        protected boolean isAvailable​(java.lang.String classname,
                                      java.lang.ClassLoader classloader)
      • isNotEmpty

        protected boolean isNotEmpty​(java.lang.String value)