Class RarScanner

    • Constructor Detail

      • RarScanner

        public RarScanner()
    • Method Detail

      • process

        public void process​(File archiveFile,
                            ConnectorDescriptor desc,
                            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
        desc - the bundle descriptor associated with this archive
        classLoader - the classloader used to scan the annotation
        Throws:
        IOException