Package org.sapia.clazzy

Interface Summary
Consts  
LoaderSelector An implementation of this interface is used to determine if given classes or resources correspond to given Loaders.
URLEnabled This interface is intended to be implemented by classes whose instances "point" to URLs.
 

Class Summary
BaseClassLoader This class overrides the SecureClassLoader class.
ClazzyURLConnection An instance of this class deals with "clazzy" URLs, of the form:
ClazzyURLStreamHandlerFactory A URLStreamHandlerFactory implementation.
CompositeClassLoader This classloader delegates class lookups the Loader instances that it encapsulates.
CompositeClassLoaderBuilder This class is a utility that parses a classpath and returns the corresponding classloader.
DefaultLoaderSelector This class implements a ClassLoaderSelector that accepts "everything" (both of its methods systematically return true).
FileSystemClassLoader This class overrides the BaseClassLoader class and search classes in a given directory.
Handler Implements a URLStreamHandler that creates ClazzyURLConnections.
JarClassLoader This class overrides the BaseClassLoader class and search classes in a given jar file.
Utils Holds misc.
 



Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.