com.metamatrix.core.commandshell
Class CommandLineParser

java.lang.Object
  extended by com.metamatrix.core.commandshell.CommandLineParser

public class CommandLineParser
extends java.lang.Object

Break a String of the form: ... into a substring array with this structure {, , ...}. Handles spaces in arguments if the argument is enclosed in ""


Constructor Summary
CommandLineParser()
           
 
Method Summary
 java.lang.String[] parse(java.lang.String commandLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineParser

public CommandLineParser()
Method Detail

parse

public java.lang.String[] parse(java.lang.String commandLine)


Copyright © 2009. All Rights Reserved.