Class JarFileScanner

    • Constructor Detail

      • JarFileScanner

        public JarFileScanner​(InputStream inputStream,
                              String parent,
                              boolean recursive)
                       throws IOException
        Create new JAR file scanner.
        Parameters:
        inputStream - JAR file input stream
        parent - JAR file entry prefix.
        recursive - if (true the packages will be scanned recursively together with any nested packages, if false only the explicitly listed packages will be scanned.
        Throws:
        IOException - if wrapping given input stream into JarInputStream failed.