Package edu.sc.seis.TauP.cmdline
Class TauP_Web
java.lang.Object
edu.sc.seis.TauP.cmdline.TauP_Web
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOCAL_WS
- See Also:
-
-
Constructor Details
-
TauP_Web
public TauP_Web()
-
-
Method Details
-
call
Indirect startup for TauP webserver. This allows picocli to function for help even if the dependencies (like undertow) are not on the classpath. See TauP_WebServe for the actual implementation. -
setDEBUG
public void setDEBUG(boolean debug) Turns on debugging output.- Parameters:
debug- on or off
-
isDEBUG
public boolean isDEBUG() -
setVerbose
public void setVerbose(boolean verbose) Turns on verbose output.- Parameters:
verbose- on or off
-
isVerbose
public boolean isVerbose()
-