Class RuntimeSettingsCommand
java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.Command
com.ibm.j9ddr.vm29.tools.ddrinteractive.commands.RuntimeSettingsCommand
- All Implemented Interfaces:
 ICommand
Runs DDR extension !runtimesettings
- 
Nested Class Summary
Nested classes/interfaces declared in class Command
Command.CommandDescription - 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidrun(String command, String[] args, Context context, PrintStream out) Run method for !Methods declared in class Command
addCommand, addSubCommand, dbgFindPatternInRange, getCommandDescriptions, getCommandNames, printDetailedHelp, recognises 
- 
Constructor Details
- 
RuntimeSettingsCommand
public RuntimeSettingsCommand() 
 - 
 - 
Method Details
- 
run
public void run(String command, String[] args, Context context, PrintStream out) throws DDRInteractiveCommandException Run method for !runtimesettings extension.- Parameters:
 command- !runtimesettingsargs- args passed by !runtimesettings extension.context- Context of current core file.out- PrintStream to print the output to the console.- Throws:
 DDRInteractiveCommandException
 
 -