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 GetLoadedPackagesFunction
DriverAbst. getLoadedPackagesRetriever(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)
protected GetLoadedPackagesFunction
DriverAbst. 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 interface
GetLoadedPackagesFunction.Native
Classes in io.github.toolfactory.jvm.function.catalog that implement GetLoadedPackagesFunction Modifier and Type Class Description static class
GetLoadedPackagesFunction.ForJava7
static class
GetLoadedPackagesFunction.Native.ForJava7
-