Package | Description |
---|---|
org.biojava.utils |
Miscellaneous utility classes used by other BioJava components.
|
Modifier and Type | Method and Description |
---|---|
static int |
ProcessTools.exec(java.lang.String[] args,
java.lang.String[] envp,
java.io.File dir,
java.io.Reader input,
java.io.Writer stdout,
java.io.Writer stderr,
long timeout)
Deprecated.
Execute the specified command and wait for it to return, or kill
it if the specified timeout expires first.
|
static int |
ProcessTools.exec(java.lang.String command,
java.lang.String[] envp,
java.io.File dir,
java.io.Reader input,
java.io.Writer stdout,
java.io.Writer stderr,
long timeout)
Deprecated.
Execute the specified command and wait for it to return.
|