Uses of Interface
io.github.toolfactory.jvm.function.catalog.GetLoadedPackagesFunction
-
Packages that use GetLoadedPackagesFunction Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog -
-
Uses of GetLoadedPackagesFunction in io.github.toolfactory.jvm
Methods in io.github.toolfactory.jvm that return GetLoadedPackagesFunction Modifier and Type Method Description protected GetLoadedPackagesFunctionDriverAbst. getLoadedPackagesRetriever(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)protected GetLoadedPackagesFunctionDriverAbst. getOrBuildLoadedPackagesRetriever(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)Methods in io.github.toolfactory.jvm that return types with arguments of type GetLoadedPackagesFunction Modifier and Type Method Description protected java.lang.Class<? extends GetLoadedPackagesFunction>DefaultDriver. getGetLoadedPackagesFunctionClass()protected abstract java.lang.Class<? extends GetLoadedPackagesFunction>DriverAbst. getGetLoadedPackagesFunctionClass()protected java.lang.Class<? extends GetLoadedPackagesFunction>NativeDriver. getGetLoadedPackagesFunctionClass() -
Uses of GetLoadedPackagesFunction in io.github.toolfactory.jvm.function.catalog
Subinterfaces of GetLoadedPackagesFunction in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description static interfaceGetLoadedPackagesFunction.NativeClasses in io.github.toolfactory.jvm.function.catalog that implement GetLoadedPackagesFunction Modifier and Type Class Description static classGetLoadedPackagesFunction.ForJava7static classGetLoadedPackagesFunction.Native.ForJava7
-