Class ChannelsInStationTemplate
java.lang.Object
edu.sc.seis.sod.status.Template
edu.sc.seis.sod.status.FileWritingTemplate
edu.sc.seis.sod.status.networkArm.NetworkInfoTemplate
edu.sc.seis.sod.status.networkArm.ChannelsInStationTemplate
- All Implemented Interfaces:
GenericTemplate
,Runnable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionChannelsInStationTemplate
(Element el, String baseDir, String outputLocation, edu.iris.Fissures.IfNetwork.Station sta) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
protected Object
getTemplate
(String tag, Element el) if this class has an template for this tag, it creates it using the passed in element and returns it.Methods inherited from class edu.sc.seis.sod.status.networkArm.NetworkInfoTemplate
write
Methods inherited from class edu.sc.seis.sod.status.FileWritingTemplate
getBaseDirectoryName, getFilename, getOutputDirectory, getOutputLocation, getResult, run, testOutputLoc, textTemplate, toString, write
Methods inherited from class edu.sc.seis.sod.status.Template
getCommonTemplate, parse, parse, setUp
-
Constructor Details
-
ChannelsInStationTemplate
public ChannelsInStationTemplate(Element el, String baseDir, String outputLocation, edu.iris.Fissures.IfNetwork.Station sta) throws ConfigurationException, IOException - Throws:
ConfigurationException
IOException
-
-
Method Details
-
getTemplate
Description copied from class:Template
if this class has an template for this tag, it creates it using the passed in element and returns it. Otherwise it should return the superclass implementation of the getCommonTemplate method. Though no harm will come from merely returning null, they won't benefit from the wisdom and extra tags provided by their elder classes.- Overrides:
getTemplate
in classFileWritingTemplate
- Throws:
ConfigurationException
-
change
-
change
-