Class Cleaner.Result

  • Enclosing class:
    Cleaner

    private static class Cleaner.Result
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean excluded  
      private int failures  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Result()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void update​(Cleaner.Result result)  
      • Methods inherited from class java.lang.Object

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

      • failures

        private int failures
      • excluded

        private boolean excluded
    • Constructor Detail

      • Result

        private Result()