home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / lang / ClassLoader$4.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  449 b   |  18 lines

  1. package java.lang;
  2.  
  3. import java.io.File;
  4. import java.security.PrivilegedAction;
  5.  
  6. class ClassLoader$4 implements PrivilegedAction {
  7.    // $FF: synthetic field
  8.    private final File val$file;
  9.  
  10.    ClassLoader$4(File var1) {
  11.       this.val$file = var1;
  12.    }
  13.  
  14.    public Object run() {
  15.       return new Boolean(this.val$file.exists());
  16.    }
  17. }
  18.