Class GetLoadedPackagesFunction.Native.ForJava7

java.lang.Object
io.github.toolfactory.jvm.function.catalog.GetLoadedPackagesFunction.Native.ForJava7
All Implemented Interfaces:
GetLoadedPackagesFunction, GetLoadedPackagesFunction.Native, Function<ClassLoader, Map<String,?>>
Enclosing interface:
GetLoadedPackagesFunction.Native

public static class GetLoadedPackagesFunction.Native.ForJava7 extends Object implements GetLoadedPackagesFunction.Native
  • Constructor Details

  • Method Details

    • checkNativeEngine

      protected void checkNativeEngine() throws io.github.toolfactory.jvm.function.InitializeException
      Throws:
      io.github.toolfactory.jvm.function.InitializeException
    • apply

      public Map<String,?> apply(ClassLoader classLoader)
      Specified by:
      apply in interface Function<ClassLoader, Map<String,?>>