/**
  * adds a URL to the classloader.
  *
  * @param url the new classpath element
  */
 public void addURL(URL url) {
   super.addURL(url);
 }