Class find_stations

java.lang.Object
edu.sc.seis.seisFile.client.AbstractClient
edu.sc.seis.sod.tools.CommandLineTool
edu.sc.seis.sod.tools.find_stations
Direct Known Subclasses:
find_channels, find_responses

public class find_stations extends CommandLineTool
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.martiansoftware.jsap.FlaggedOption
     
    protected com.martiansoftware.jsap.FlaggedOption
     
    protected com.martiansoftware.jsap.FlaggedOption
     

    Fields inherited from class edu.sc.seis.sod.tools.CommandLineTool

    requiresStdin

    Fields inherited from class edu.sc.seis.seisFile.client.AbstractClient

    args, commandName, DEFAULT_USER_AGENT, HELP, jsap, params, result, userAgent, VERSION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     
    org.apache.velocity.VelocityContext
     
    static void
    main(String[] args)
     

    Methods inherited from class edu.sc.seis.sod.tools.CommandLineTool

    getTemplate, run, shouldPrintRecipe

    Methods inherited from class edu.sc.seis.seisFile.client.AbstractClient

    add, createListOption, createListOption, createListOption, getArgs, getCommandName, getHelp, getParams, getResult, getUserAgent, isSpecified, isSuccess, requiresAtLeastOneArg, setUserAgent, shouldPrintHelp, shouldPrintVersion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • beginParam

      protected com.martiansoftware.jsap.FlaggedOption beginParam
    • endParam

      protected com.martiansoftware.jsap.FlaggedOption endParam
    • outputFormatFlag

      protected com.martiansoftware.jsap.FlaggedOption outputFormatFlag
  • Constructor Details

    • find_stations

      public find_stations() throws com.martiansoftware.jsap.JSAPException
      Throws:
      com.martiansoftware.jsap.JSAPException
    • find_stations

      public find_stations(String[] args) throws com.martiansoftware.jsap.JSAPException
      Throws:
      com.martiansoftware.jsap.JSAPException
  • Method Details

    • getContext

      public org.apache.velocity.VelocityContext getContext()
      Overrides:
      getContext in class CommandLineTool
    • addParams

      protected void addParams() throws com.martiansoftware.jsap.JSAPException
      Overrides:
      addParams in class CommandLineTool
      Throws:
      com.martiansoftware.jsap.JSAPException
    • addDefaultParams

      protected void addDefaultParams() throws com.martiansoftware.jsap.JSAPException
      Throws:
      com.martiansoftware.jsap.JSAPException
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception