Class TsunamiCli


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

      All Methods Static Methods Instance Methods Concrete Methods 
      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 Detail

      • 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)