Uses of Interface
com.ibm.j9ddr.vm29.tools.ddrinteractive.ModularityHelper.PackageOutput
Packages that use ModularityHelper.PackageOutput
-
Uses of ModularityHelper.PackageOutput in com.ibm.j9ddr.vm29.tools.ddrinteractive
Methods in com.ibm.j9ddr.vm29.tools.ddrinteractive with parameters of type ModularityHelper.PackageOutputModifier and TypeMethodDescriptionstatic int
ModularityHelper.iterateClassLoaderPackages
(PrintStream out, ModularityHelper.PackageIteratorFilter filter, ModularityHelper.PackageOutput outputter, String filterArg, com.ibm.j9ddr.vm29.pointer.generated.J9ClassLoaderPointer classLoaderPtr) Traverses through all loaded packages that are owned by the given class loader.static int
ModularityHelper.iteratePackages
(PrintStream out, ModularityHelper.PackageIteratorFilter filter, ModularityHelper.PackageOutput outputter, String filterArg) Traverses through all loaded packages.