public class WaveformStatusTemplate extends FileWritingTemplate implements WaveformMonitor
Constructor and Description |
---|
WaveformStatusTemplate(org.w3c.dom.Element el) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
getTemplate(java.lang.String tag,
org.w3c.dom.Element el)
if this class has an template for this tag, it creates it using the
passed in element and returns it.
|
void |
update(EventChannelPair ecp) |
void |
update(EventNetworkPair ecp) |
void |
update(EventStationPair ecp) |
void |
update(EventVectorPair ecp) |
getBaseDirectoryName, getFilename, getOutputDirectory, getOutputLocation, getResult, run, testOutputLoc, textTemplate, toString, write, write
getCommonTemplate, parse, parse, setUp
public WaveformStatusTemplate(org.w3c.dom.Element el) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, ConfigurationException
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
ConfigurationException
protected java.lang.Object getTemplate(java.lang.String tag, org.w3c.dom.Element el) throws ConfigurationException
Template
getTemplate
in class FileWritingTemplate
ConfigurationException
public void update(EventChannelPair ecp)
update
in interface WaveformMonitor
public void update(EventVectorPair ecp)
update
in interface WaveformMonitor
public void update(EventStationPair ecp)
update
in interface WaveformMonitor
public void update(EventNetworkPair ecp)
update
in interface WaveformMonitor