org.jboss.ant.tasks.retrocheck
Class EmptyClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.jboss.ant.tasks.retrocheck.EmptyClassLoader

public class EmptyClassLoader
extends ClassLoader

A classloader that returns no resources

Version:
$Revision: 33 $
Author:
Adrian Brock

Field Summary
static EmptyClassLoader EMPTY
           
 
Constructor Summary
EmptyClassLoader()
           
 
Method Summary
 URL getResource(String name)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final EmptyClassLoader EMPTY
Constructor Detail

EmptyClassLoader

public EmptyClassLoader()
Method Detail

getResource

public URL getResource(String name)
Overrides:
getResource in class ClassLoader


Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.