com.metamatrix.core.commandshell
Class CommandLineParser
java.lang.Object
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 ""
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 |
CommandLineParser
public CommandLineParser()
parse
public java.lang.String[] parse(java.lang.String commandLine)
Copyright © 2009. All Rights Reserved.