void loadResource() {
   try {
     resource.load(null);
   } catch (IOException e) {
     Activator.logError(e);
   }
 }