Module openj9.dtfj
Class DumpModuleExportsCommand
- java.lang.Object
-
- com.ibm.j9ddr.tools.ddrinteractive.Command
-
- com.ibm.j9ddr.vm29.tools.ddrinteractive.commands.DumpModuleExportsCommand
-
- All Implemented Interfaces:
ICommand
public class DumpModuleExportsCommand extends Command
Dumpmoduleexports command displays all display all j9packages exported by the target module Example: !dumpmoduleexports 0x00000130550C7E88 Example output: !j9package 0x00000130550DB1A8 !j9package 0x00000130550DB1F8 !j9package 0x00000130550DB248 .....(A list of every package the module exports)
-
-
Nested Class Summary
-
Nested classes/interfaces declared in class com.ibm.j9ddr.tools.ddrinteractive.Command
Command.CommandDescription
-
-
Constructor Summary
Constructors Constructor Description DumpModuleExportsCommand()
-
Method Summary
-
Methods declared in class com.ibm.j9ddr.tools.ddrinteractive.Command
addCommand, addSubCommand, dbgFindPatternInRange, printDetailedHelp
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.j9ddr.tools.ddrinteractive.ICommand
getCommandDescriptions, getCommandNames, recognises, run
-
-