home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / misc / URLClassPath$5.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  868 b   |  23 lines

  1. package sun.misc;
  2.  
  3. import java.io.IOException;
  4. import java.net.URL;
  5. import java.security.PrivilegedExceptionAction;
  6. import sun.misc.URLClassPath.JarLoader;
  7.  
  8. class URLClassPath$5 implements PrivilegedExceptionAction {
  9.    // $FF: synthetic field
  10.    private final URL val$url;
  11.    // $FF: synthetic field
  12.    private final URLClassPath.JarLoader this$0;
  13.  
  14.    URLClassPath$5(URLClassPath.JarLoader var1, URL var2) {
  15.       this.this$0 = var1;
  16.       this.val$url = var2;
  17.    }
  18.  
  19.    public Object run() throws IOException {
  20.       return new URLClassPath.JarLoader(this.val$url, JarLoader.access$600(this.this$0), JarLoader.access$700(this.this$0));
  21.    }
  22. }
  23.