Class TauP_Web

java.lang.Object
edu.sc.seis.TauP.cmdline.TauP_Web
All Implemented Interfaces:
Callable<Integer>

public class TauP_Web extends Object implements Callable<Integer>
  • Field Details

  • Constructor Details

    • TauP_Web

      public TauP_Web()
  • Method Details

    • call

      public Integer call() throws Exception
      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.
      Specified by:
      call in interface Callable<Integer>
      Returns:
      1 if successful, 0 otherwise
      Throws:
      Exception - web startup fails
    • 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()