Class ParsedCommand

java.lang.Object
com.ibm.jvm.dtfjview.tools.ParsedCommand

public class ParsedCommand extends Object
This class divides the command line into the command with arguments. If pipeline is found in the command line, it will re-organize it so that the command before the pipe line will be placed after the command behind the pipe line.