Class ClassLoaderLimiter
- java.lang.Object
-
- io.quarkus.bootstrap.classloading.ClassLoaderLimiter
-
- All Implemented Interfaces:
ClassLoaderEventListener
public final class ClassLoaderLimiter extends Object implements ClassLoaderEventListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClassLoaderLimiter.Builderstatic classClassLoaderLimiter.ClassLoaderLimiterConsistencyException
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClassLoaderLimiter.Builderbuilder()voidloadClass(String className, String classLoaderName)voidopenResourceStream(String resourceName, String classLoaderName)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.bootstrap.classloading.ClassLoaderEventListener
enumeratingResourceURLs, gettingURLFromResource
-
-
-
-
Method Detail
-
openResourceStream
public void openResourceStream(String resourceName, String classLoaderName)
- Specified by:
openResourceStreamin interfaceClassLoaderEventListener
-
loadClass
public void loadClass(String className, String classLoaderName)
- Specified by:
loadClassin interfaceClassLoaderEventListener
-
builder
public static ClassLoaderLimiter.Builder builder()
-
-