Class ClassLoaderLimiter
java.lang.Object
io.quarkus.bootstrap.classloading.ClassLoaderLimiter
- All Implemented Interfaces:
ClassLoaderEventListener
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassLoaderLimiter.Builderbuilder()voidvoidopenResourceStream(String resourceName, String classLoaderName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.bootstrap.classloading.ClassLoaderEventListener
enumeratingResourceURLs, gettingURLFromResource
-
Method Details
-
openResourceStream
- Specified by:
openResourceStreamin interfaceClassLoaderEventListener
-
loadClass
- Specified by:
loadClassin interfaceClassLoaderEventListener
-
builder
-