Class JarModuleFinder

    • Constructor Detail

      • JarModuleFinder

        @Deprecated(forRemoval=true)
        public JarModuleFinder​(ModuleIdentifier myIdentifier,
                               java.util.jar.JarFile jarFile)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Construct a new instance.
        Parameters:
        myIdentifier - the identifier to use for the JAR itself
        jarFile - the JAR file to encapsulate
      • JarModuleFinder

        public JarModuleFinder​(java.lang.String myName,
                               java.util.jar.JarFile jarFile)
        Deprecated.
        Construct a new instance.
        Parameters:
        myName - the name to use for the JAR itself
        jarFile - the JAR file to encapsulate