Class TsunamiCli

java.lang.Object
com.google.tsunami.main.cli.TsunamiCli

public final class TsunamiCli
extends java.lang.Object
Command line interface for the Tsunami Security Scanner.
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    boolean run()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • run

      public boolean run() throws java.util.concurrent.ExecutionException, java.lang.InterruptedException, com.google.tsunami.workflow.ScanningWorkflowException, java.io.IOException
      Throws:
      java.util.concurrent.ExecutionException
      java.lang.InterruptedException
      com.google.tsunami.workflow.ScanningWorkflowException
      java.io.IOException
    • main

      public static void main​(java.lang.String[] args)