Package edu.sc.seis.sod.subsetter
Class VelocityFileElementParser
java.lang.Object
edu.sc.seis.sod.subsetter.VelocityFileElementParser
-
Constructor Summary
ConstructorsConstructorDescriptionVelocityFileElementParser
(String workingDir, String location) Takes a workingDir and location and ensures that workingDir ends with or location starts with File.separatorVelocityFileElementParser
(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 -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
VelocityFileElementParser
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
Takes a workingDir and location and ensures that workingDir ends with or location starts with File.separator
-
-
Method Details
-
getTemplate
-
getWorkingDir
-
getLocation
-