Package io.jmix.core.impl
Class JavaClassLoader.FileClassLoader
java.lang.Object
java.lang.ClassLoader
io.jmix.core.impl.JavaClassLoader.FileClassLoader
- Enclosing class:
- JavaClassLoader
Class loader is used for building class instances from ".class" files. Loading from file happens only for classes with FQN from the
modifiedFQNs
collection passed to the constructor. Loading of all other classes is delegated to parent class loaders.-
Method Summary
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findClass, findLibrary, findLoadedClass, findResource, findResource, findResources, findSystemClass, getClassLoadingLock, getDefinedPackage, getDefinedPackages, getName, getPackage, getPackages, getParent, getPlatformClassLoader, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, registerAsParallelCapable, resolveClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
-
Method Details
-
loadClass
- Overrides:
loadClass
in classClassLoader
- Throws:
ClassNotFoundException
-