Package edu.sc.seis.TauP.cli
Class TextOutputTypeArgs
- java.lang.Object
-
- edu.sc.seis.TauP.cli.TextOutputTypeArgs
-
public class TextOutputTypeArgs extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TextOutputTypeArgs()
-
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
isJSON()
boolean
isText()
void
setOutFileBase(java.lang.String outFileBase)
void
setOutputType(java.lang.String oType)
-
-
-
Method Detail
-
isText
public boolean isText()
-
isJSON
public boolean isJSON()
-
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
-
-