Package org.jruby.util
Class SelfFirstJRubyClassLoader
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.jruby.util.ClassDefiningJRubyClassLoader
org.jruby.util.JRubyClassLoader
org.jruby.util.SelfFirstJRubyClassLoader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ClassDefiningClassLoader
-
Field Summary
Fields inherited from class org.jruby.util.ClassDefiningJRubyClassLoader
DEFAULT_DOMAIN
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.util.JRubyClassLoader
addURL, close, getJDBCDriverUnloader, getTempDir, terminateJarIndexCacheEntries
Methods inherited from class org.jruby.util.ClassDefiningJRubyClassLoader
defineClass, defineClass, hasClass, hasDefinedClass
Methods inherited from class java.net.URLClassLoader
definePackage, findClass, findResource, findResources, getPermissions, getResourceAsStream, getURLs, newInstance, newInstance
Methods inherited from class java.security.SecureClassLoader
defineClass, defineClass
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findSystemClass, getClassLoadingLock, getDefinedPackage, getDefinedPackages, getName, getPackage, getPackages, getParent, getPlatformClassLoader, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, registerAsParallelCapable, resolveClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jruby.util.ClassDefiningClassLoader
asClassLoader, loadClass
-
Constructor Details
-
SelfFirstJRubyClassLoader
-
-
Method Details
-
loadClass
- Overrides:
loadClass
in classClassLoader
- Throws:
ClassNotFoundException
-
getResource
- Overrides:
getResource
in classClassLoader
-