edu.sc.seis.sod.subsetter.channel
Class PrintlineChannelProcess

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.AbstractPrintlineProcess
      extended by edu.sc.seis.sod.subsetter.channel.PrintlineChannelProcess
All Implemented Interfaces:
SodElement, ChannelSubsetter, Subsetter

public class PrintlineChannelProcess
extends AbstractPrintlineProcess
implements ChannelSubsetter


Field Summary
static java.lang.String DEFAULT_TEMPLATE
           
 
Fields inherited from class edu.sc.seis.sod.subsetter.AbstractPrintlineProcess
filename, template, velocitizer
 
Constructor Summary
PrintlineChannelProcess(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(ChannelImpl channel, NetworkSource network)
           
 java.lang.String getDefaultTemplate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TEMPLATE

public static final java.lang.String DEFAULT_TEMPLATE
See Also:
Constant Field Values
Constructor Detail

PrintlineChannelProcess

public PrintlineChannelProcess(org.w3c.dom.Element config)
                        throws ConfigurationException
Throws:
ConfigurationException
Method Detail

accept

public StringTree accept(ChannelImpl channel,
                         NetworkSource network)
                  throws java.io.IOException
Specified by:
accept in interface ChannelSubsetter
Throws:
java.io.IOException

getDefaultTemplate

public java.lang.String getDefaultTemplate()
Specified by:
getDefaultTemplate in class AbstractPrintlineProcess