Module openj9.dtfj

Class CommandParser

java.lang.Object
com.ibm.java.diagnostics.utils.commands.CommandParser

public class CommandParser extends Object
Handles command line entries and does extra interpretation, such as handling quoted strings (whilst discarding quotes themselves and handling escaped characters), recognising redirection to file etc. NOTE: As of Nov 2011, another copy of this class lives in com.ibm.j9ddr.command. Any changes to this file must be copied across.