jdk Udiff src/java.base/share/classes/sun/misc/ExtensionDependency.java (original) (raw)

< prev index next >

Print this page


@@ -43,30 +43,30 @@ import java.net.URL; import java.net.MalformedURLException; import sun.net.www.ParseUtil;

/**

  • This class also maintain versioning consistency of installed
  • extensions dependencies declared in jar file manifest.

  • @@ -74,14 +74,13 @@

     /* Callbak interfaces to delegate installation of missing extensions */
     private static Vector<ExtensionInstallationProvider> providers;
    
     /**

    @@ -90,25 +89,22 @@ } providers.add(eip); }

     /**

    @@ -180,13 +176,12 @@ return result; }

     /*

    @@ -202,14 +197,13 @@ ExtensionInfo reqInfo = new ExtensionInfo(extensionName, attr); return installExtension(reqInfo, null); }

     /*

    @@ -260,15 +254,13 @@ } return false; }

     /*

    @@ -335,14 +327,12 @@ } return false; }

     /*

    @@ -378,15 +368,13 @@ debug(reqInfo.name + " installation failed"); return false; }

     /**

    @@ -426,13 +414,11 @@ } }); } /** - *

    * @return the java.ext.dirs property as a list of directory - *

    */ private static File[] getExtDirs() { String s = java.security.AccessController.doPrivileged( new sun.security.action.GetPropertyAction("java.ext.dirs"));

    @@ -454,13 +440,12 @@ debug("getExtDirs dirs.length " + dirs.length); return dirs; }

     /*

    @@ -481,13 +466,11 @@ debug("getExtFiles ua.length " + ua.length); return ua; }

     /*

    @@ -501,13 +484,11 @@ } }); }

     /*

    < prev index next >