Class SpotBugsRunner

    • Constructor Summary

      Constructors 
      Constructor Description
      SpotBugsRunner()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<java.lang.String> buildArguments​(com.github.spotbugs.snom.SpotBugsTask task)  
      protected java.util.List<java.lang.String> buildJvmArguments​(com.github.spotbugs.snom.SpotBugsTask task)  
      abstract void run​(com.github.spotbugs.snom.SpotBugsTask task)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpotBugsRunner

        public SpotBugsRunner()
    • Method Detail

      • run

        public abstract void run​(@NonNull
                                 com.github.spotbugs.snom.SpotBugsTask task)
      • buildArguments

        protected java.util.List<java.lang.String> buildArguments​(com.github.spotbugs.snom.SpotBugsTask task)
      • buildJvmArguments

        protected java.util.List<java.lang.String> buildJvmArguments​(com.github.spotbugs.snom.SpotBugsTask task)