|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openuat.channel.Command
public class Command
The class Command holds a name and a macAdress of an
ethernet interface
| Constructor Summary | |
|---|---|
Command()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
executeCommand(java.lang.String[] systemCommand,
java.lang.String outputString,
java.lang.String workingDirectory)
executes a system Command and returns the output of the system command |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Command()
| Method Detail |
|---|
public static java.lang.String executeCommand(java.lang.String[] systemCommand,
java.lang.String outputString,
java.lang.String workingDirectory)
throws ExitCodeException,
java.io.IOException
systemCommand - the command to executeoutputString - A String to set to the output of the processworkingDirectory - If set to !=null, the process is run from this directory
ExitCodeException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||