Package edu.sc.seis.TauP.cli
Class TableOutputTypeArgs
- java.lang.Object
-
- edu.sc.seis.TauP.cli.TableOutputTypeArgs
-
public class TableOutputTypeArgs extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TableOutputTypeArgs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.PrintWriter
createWriter()
java.lang.String
getOuputFormat()
java.lang.String
getOutFile()
java.lang.String
getOutFileBase()
java.lang.String
getOutFileExtension()
boolean
isCSV()
boolean
isJSON()
boolean
isLocsat()
boolean
isText()
void
setOutFileBase(java.lang.String outFileBase)
void
setOutputType(java.lang.String oType)
-
-
-
Method Detail
-
isText
public boolean isText()
-
isJSON
public boolean isJSON()
-
isCSV
public boolean isCSV()
-
isLocsat
public boolean isLocsat()
-
setOutputType
public void setOutputType(java.lang.String oType)
-
getOuputFormat
public java.lang.String getOuputFormat()
-
getOutFileBase
public java.lang.String getOutFileBase()
-
setOutFileBase
public void setOutFileBase(java.lang.String outFileBase)
-
getOutFileExtension
public java.lang.String getOutFileExtension()
-
getOutFile
public java.lang.String getOutFile()
-
createWriter
public java.io.PrintWriter createWriter() throws java.io.IOException
- Throws:
java.io.IOException
-
-