Class ConsoleOutputAnalyzerPanel.ConsoleOutput

    • Constructor Detail

      • ConsoleOutput

        public ConsoleOutput​(File file,
                             String encoding)
        Loads the console output from the given file.
        Parameters:
        file - the file to load the content from
        encoding - the encoding to use
      • ConsoleOutput

        public ConsoleOutput​(String content)
        Uses the content, provided as single string.
        Parameters:
        content - the content as single string
      • ConsoleOutput

        public ConsoleOutput​(List<String> content)
        Initializes the object with the given content.
        Parameters:
        content - the content to use