Class GetLoadedClassesRetrieverFunction.Native.ForJava7
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.GetLoadedClassesRetrieverFunction.Native.ForJava7
-
- All Implemented Interfaces:
GetLoadedClassesRetrieverFunction,GetLoadedClassesRetrieverFunction.Native,Function<java.lang.ClassLoader,CleanableSupplier<java.util.Collection<java.lang.Class<?>>>>
- Enclosing interface:
- GetLoadedClassesRetrieverFunction.Native
public static class GetLoadedClassesRetrieverFunction.Native.ForJava7 extends java.lang.Object implements GetLoadedClassesRetrieverFunction.Native
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetLoadedClassesRetrieverFunction.Native.ForJava7.ForSemeru-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetLoadedClassesRetrieverFunction
GetLoadedClassesRetrieverFunction.Native
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.GetLoadedClassesRetrieverFunction.Native
GetLoadedClassesRetrieverFunction.Native.ForJava7
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.reflect.FieldclassesField
-
Constructor Summary
Constructors Constructor Description ForJava7(java.util.Map<java.lang.Object,java.lang.Object> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CleanableSupplier<java.util.Collection<java.lang.Class<?>>>apply(java.lang.ClassLoader classLoader)protected voidcheckNativeEngine()
-
-
-
Method Detail
-
checkNativeEngine
protected void checkNativeEngine() throws InitializeException- Throws:
InitializeException
-
apply
public CleanableSupplier<java.util.Collection<java.lang.Class<?>>> apply(java.lang.ClassLoader classLoader)
- Specified by:
applyin interfaceFunction<java.lang.ClassLoader,CleanableSupplier<java.util.Collection<java.lang.Class<?>>>>
-
-