Class VelocityFileElementParser

java.lang.Object
edu.sc.seis.sod.subsetter.VelocityFileElementParser

public class VelocityFileElementParser extends Object
  • Constructor Details

    • VelocityFileElementParser

      public VelocityFileElementParser(Element config, String defaultWorkingDir, String defaultLocation)
      Uses the contents of the workingDir element in config as workingDir, or if it doesn't exist, uses defaultWorkingDir Uses the contents of the location element in config as location, or if it doesn't exist, uses defaultLocation
    • VelocityFileElementParser

      public VelocityFileElementParser(String workingDir, String location)
      Takes a workingDir and location and ensures that workingDir ends with or location starts with File.separator
  • Method Details

    • getTemplate

      public String getTemplate()
    • getWorkingDir

      public String getWorkingDir()
    • getLocation

      public String getLocation()