8586878889909192
return null; } private URL getResourceUrlForClass(String resourcename) { HeirarchicalLoaderRepository3 repo = getRepository(); return repo.getResource(resourcename, super.getClassLoader()); }
919293949596979899100101
return repo.getResource(resourcename, super.getClassLoader()); } private boolean isMine(URL url) { HeirarchicalLoaderRepository3 repo = getRepository(); if (repo != null) { //The URL of the class loaded with my scoped classloader if (url != null) {