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 class
GetLoadedClassesRetrieverFunction.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.Field
classesField
-
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 void
checkNativeEngine()
-
-
-
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:
apply
in interfaceFunction<java.lang.ClassLoader,CleanableSupplier<java.util.Collection<java.lang.Class<?>>>>
-
-