public interface IExtensionLoader
Modifier and Type | Method and Description |
---|---|
void |
addClassFile(ClassFile classfile)
This method adds the given ClassFild to the URL-List of the
ExtensionLoader.
|
void |
addClassURL(URL url)
This method adds the given URL to the URL-List of this ExtensionLoader.
|
void |
addJarFile(JarFile jarfile)
This method adds the given JarFile to the URL-List of the
ExtensionLoader.
|
void |
addLibraryURL(URL url)
This method adds the given URL to the URL-List for libraries of this
ExtensionLoader.
|
Class |
getClass(String name)
This method returns an Class-Object to the given class name.
|
void addJarFile(JarFile jarfile)
jarfile
- JarFile to addvoid addClassFile(ClassFile classfile)
classfile
- ClassFile to addvoid addClassURL(URL url)
url
- url to addvoid addLibraryURL(URL url)
url
- url to add