|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectNOS.io.CommandParser
public class CommandParser
| Constructor Summary | |
|---|---|
CommandParser()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
parseCommand(java.lang.String command,
java.lang.String groupstart,
java.lang.String groupend)
Parse a command into a list of arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandParser()
| Method Detail |
|---|
public static java.lang.String[] parseCommand(java.lang.String command,
java.lang.String groupstart,
java.lang.String groupend)
command - The command to be parsedgroupstart - A regular expression mathcing the start of a groupgroupend - A regular expression mathcing the end of a group
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||