Class WarScanner

    • Field Detail

      • scanOtherLibraries

        protected boolean scanOtherLibraries
    • Constructor Detail

      • WarScanner

        public WarScanner()
    • Method Detail

      • setScanOtherLibraries

        public void setScanOtherLibraries​(boolean scanOtherLibraries)
      • isScanOtherLibraries

        public boolean isScanOtherLibraries()
      • process

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