|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.matthias_burbach.mosaique.core.util.CommandLine
Constructor Summary | |
CommandLine()
|
Method Summary | |
int |
execute(java.lang.String command)
Executes the command on the command line. |
java.lang.String |
getStdErr()
|
java.lang.String |
getStdErrWithoutNewLines()
This variant is helpful if regular expression pattern matching is to be applied on the string. |
java.lang.String |
getStdout()
|
java.lang.String |
getStdoutWithoutNewLines()
This variant is helpful if regular expression pattern matching is to be applied on the string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandLine()
Method Detail |
public int execute(java.lang.String command)
command
- The command to execute.
public java.lang.String getStdout()
public java.lang.String getStdoutWithoutNewLines()
public java.lang.String getStdErr()
public java.lang.String getStdErrWithoutNewLines()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |