Class LoggingHandler

    • Constructor Detail

    • Method Detail

      • handle

        protected abstract void handle()
      • startWatching

        public void startWatching()
      • stopWatching

        public void stopWatching()
      • logsContains

        public boolean logsContains​(String expected)
      • run

        protected void run()
      • onLine

        protected void onLine​(String line)
      • onLines

        protected void onLines​(String lines)
      • onStringDifference

        protected void onStringDifference​(String newLines,
                                          String oldLines)
      • contextName

        protected String contextName()