Package org.kohsuke.sfx4j
Class Proc
java.lang.Object
org.kohsuke.sfx4j.Proc
External process wrapper.
stdout/stderr of the process will be sent to the specified stream.
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLaunches a processProc
(String cmdLine, OutputStream stdout, OutputStream stderr) Launches a process -
Method Summary
-
Field Details
-
proc
-
out
-
err
-
-
Constructor Details
-
Proc
Launches a process- Throws:
IOException
-
Proc
Launches a process- Throws:
IOException
-
-
Method Details
-
join
public int join()
-