Package net.sourceforge.groboutils.util.classes.v1

Helps control class loading, so that it will work with the most efficient Jar / URL class loading based on your JVM.

See:
          Description

Interface Summary
IUrlClassLoader An interface for loading a specific class from a given URL (which is probably a Jar file).
 

Class Summary
AbstractMultipleStore Similar in concept to the AbstractSingleStore, except this houses multiple instances of 'singletons'.
AbstractMultipleStore.AllowMultiplesAction  
AbstractSingleStore Aids pluggable factories and related classes by being a central repository for storing a singleton, and creating means to load and change the singleton.
ClassLoadHelper Utility class for loading classes and creating instances.
ClassUtil Utility class for loading classes and creating instances.
SingletonStore Aids pluggable factories and related classes by being a central repository for storing a singleton, and creating means to load and change the singleton.
SPILoader Loads Service Provider Interface (SPI) classes from the given classloader (if any).
SPISingletonStore Aids pluggable factories and related classes by being a central repository for storing SPI singletons, and creating means to load and change the singletons.
 

Package net.sourceforge.groboutils.util.classes.v1 Description

Helps control class loading, so that it will work with the most efficient Jar / URL class loading based on your JVM.



Copyright © 2001-2003 by The GroboUtils Project