Interface GeneratedClassLoader
- All Known Implementing Classes:
DefiningClassLoader, JavaPolicySecurity.Loader, PolicySecurityController.Loader
public interface GeneratedClassLoader
Interface to define classes from generated byte code.
-
Method Summary
Modifier and TypeMethodDescriptionClass
<?> defineClass
(String name, byte[] data) Define a new Java class.void
Link the given class.
-
Method Details
-
defineClass
-
linkClass
Link the given class.- Parameters:
cl
- Class instance returned from the previous call todefineClass(String, byte[])
- See Also:
-