|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.core.utils.ProcessExec
public class ProcessExec
ProcessExec class.
| Nested Class Summary | |
|---|---|
class |
ProcessExec.PrintInputStream
|
| Constructor Summary | |
|---|---|
ProcessExec(PrintStream out,
PrintStream err)
Constructor for ProcessExec. |
|
| Method Summary | |
|---|---|
int |
exec(String[] cmd)
exec |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessExec(PrintStream out,
PrintStream err)
Constructor for ProcessExec.
out - a PrintStream object.err - a PrintStream object.| Method Detail |
|---|
public int exec(String[] cmd)
throws IOException,
InterruptedException
exec
cmd - an array of String objects.
IOException - if any.
InterruptedException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||