public class LegacyExecute extends java.lang.Object implements WaveformProcess
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
command |
protected java.lang.String |
prefix |
protected java.io.File |
workingDirectory |
| Constructor and Description |
|---|
LegacyExecute(org.w3c.dom.Element config) |
| Modifier and Type | Method and Description |
|---|---|
WaveformResult |
accept(CacheEvent event,
ChannelImpl channel,
RequestFilter[] original,
RequestFilter[] available,
LocalSeismogramImpl[] seismograms,
CookieJar cookieJar)
Removes the mean from the seismograms.
|
protected int |
process(java.lang.String args) |
protected java.lang.String command
protected java.lang.String prefix
protected java.io.File workingDirectory
public WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar) throws java.lang.Exception
accept in interface WaveformProcessjava.lang.Exceptionprotected int process(java.lang.String args)
throws java.lang.InterruptedException,
java.io.IOException
java.lang.InterruptedExceptionjava.io.IOException