public class OneShotClassLoader extends ClassLoader implements ClassDefiningClassLoader
Constructor and Description |
---|
OneShotClassLoader(JRubyClassLoader parent) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
defineClass(String name,
byte[] bytes) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadClass
public OneShotClassLoader(JRubyClassLoader parent)
public Class<?> defineClass(String name, byte[] bytes)
defineClass
in interface ClassDefiningClassLoader
Copyright © 2001-2015 JRuby. All Rights Reserved.