Class JarModuleFinder

    • Constructor Summary

      Constructors 
      Constructor Description
      JarModuleFinder​(java.lang.String myName, java.util.jar.JarFile jarFile)
      Deprecated.
      Construct a new instance.
      JarModuleFinder​(ModuleIdentifier myIdentifier, java.util.jar.JarFile jarFile)
      Deprecated.
      Construct a new instance.
    • Constructor Detail

      • JarModuleFinder

        public JarModuleFinder​(ModuleIdentifier myIdentifier,
                               java.util.jar.JarFile jarFile)
        Deprecated.
        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