Package | Description |
---|---|
org.biojava.utils |
Miscellaneous utility classes used by other BioJava components.
|
Modifier and Type | Method and Description |
---|---|
static int |
ProcessTools.exec(String[] args,
String[] envp,
File dir,
Reader input,
Writer stdout,
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(String command,
String[] envp,
File dir,
Reader input,
Writer stdout,
Writer stderr,
long timeout)
Deprecated.
Execute the specified command and wait for it to return.
|
Copyright © 2014 BioJava. All rights reserved.