| java.net.URLClassLoader org.glasser.util.ExtensionClassLoader
ExtensionClassLoader | public class ExtensionClassLoader extends java.net.URLClassLoader (Code) | | This is a URLClassLoader with some minor functionality added. It has
a Singleton instance which is globally accessible, and it also
has a method (addArchivesInDirectory(File directory) that adds all
of the jar and zip files in a given directory to the classpath for
an instance of this classloader.
|
Field Summary | |
public static boolean | debug |
Method Summary | |
public void | addArchivesInDirectory(File directory) | public static ExtensionClassLoader | getSingleton() This is not a Singleton instance in the strict sense that only one instance
can be created, (the constructors are public) however there is one instance
that is globally accessible. |
debug | public static boolean debug(Code) | | |
ExtensionClassLoader | public ExtensionClassLoader(URL[] urls)(Code) | | |
getSingleton | public static ExtensionClassLoader getSingleton()(Code) | | This is not a Singleton instance in the strict sense that only one instance
can be created, (the constructors are public) however there is one instance
that is globally accessible.
|
|
|