Class EjbJarScanner

    • Constructor Detail

      • EjbJarScanner

        public EjbJarScanner()
    • Method Detail

      • process

        public void process​(File af,
                            EjbBundleDescriptor desc,
                            ClassLoader cl)
                     throws IOException
        Description copied from interface: Scanner
        Scan the archive file and gather a list of classes that should be processed for annotations
        Parameters:
        af - the archive file for scanning
        desc - the bundle descriptor associated with this archive
        cl - the classloader used to scan the annotation
        Throws:
        IOException
      • addClassesFromDescriptor

        protected void addClassesFromDescriptor​(EjbBundleDescriptor desc)