home *** CD-ROM | disk | FTP | other *** search
- package java.beans;
-
- import java.io.IOException;
- import java.net.URL;
- import java.security.PrivilegedAction;
-
- class SimpleBeanInfo$1 implements PrivilegedAction {
- // $FF: synthetic field
- private final Class val$c;
- // $FF: synthetic field
- private final String val$resourceName;
- // $FF: synthetic field
- private final SimpleBeanInfo this$0;
-
- SimpleBeanInfo$1(SimpleBeanInfo var1, Class var2, String var3) {
- this.this$0 = var1;
- this.val$c = var2;
- this.val$resourceName = var3;
- }
-
- public Object run() {
- URL var1;
- if ((var1 = this.val$c.getResource(this.val$resourceName)) == null) {
- return null;
- } else {
- try {
- return var1.getContent();
- } catch (IOException var3) {
- return null;
- }
- }
- }
- }
-