Primitive Class Loader
class PrimitiveClassLoader(jarFile: File, val moduleName: A_String, parent: ClassLoader = Primitive::class.java.classLoader) : URLClassLoader
The URLClassLoader for loading external Primitives through the Primitive linking system.
Author
Richard Arriaga
Parameters
module Name
The A_String module name of the module that created this class loader.
parent
The parent ClassLoader of this PrimitiveClassLoader.
Constructors
Link copied to clipboard
constructor(jarFile: File, moduleName: A_String, parent: ClassLoader = Primitive::class.java.classLoader)
Construct a PrimitiveClassLoader.
Properties
Link copied to clipboard
The fully qualified A_String name of the module that is responsible for creating this PrimitiveClassLoader for loading Primitives from the target jar file.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Cleanup all of the Primitive.PrimitiveHolders loaded by this PrimitiveClassLoader then close this PrimitiveClassLoader.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard