| net.sourceforge.groboutils.util.classes.v1 |
| net.groboclown.util.classes.v1
Helps control class loading, so that it will work with the most efficient
Jar / URL class loading based on your JVM.
|
| Java Source File Name | Type | Comment |
| AbstractMultipleStore.java | Class | Similar in concept to the AbstractSingleStore, except this houses
multiple instances of 'singletons'. |
| AbstractSingleStore.java | Class | 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.java | Class | Utility class for loading classes and creating instances. |
| ClassLoadHelperUTest.java | Class | Tests the ClassLoadHelper class. |
| ClassUtil.java | Class | Utility class for loading classes and creating instances. |
| ClassUtilOnlineUTest.java | Class | Tests only the ClassUtil tests that are online. |
| ClassUtilUTest.java | Class | This is the off-line version of the ClassUtil unit tests. |
| IUrlClassLoader.java | Interface | An interface for loading a specific class from a given URL (which is
probably a Jar file). |
| IUrlClassLoaderOnlineUTestI.java | Class | Just like util.http.tests, this uses the Sourceforge account to ensure
that the URLs work correctly. |
| IUrlClassLoaderUTestI.java | Class | Offline tests. |
| SingletonStore.java | Class | Aids pluggable factories and related classes by being a central repository
for storing a singleton, and creating means to load and change the singleton. |
| SingletonStoreUTest.java | Class | Tests the SingletonStore class. |
| SPILoader.java | Class | Loads Service Provider Interface (SPI) classes from the given classloader
(if any). |
| SPILoaderUTest.java | Class | Tests the SPILoader class. |
| SPISingletonStore.java | Class | Aids pluggable factories and related classes by being a central repository
for storing SPI singletons, and creating means to load and change the
singletons. |