Class IdeOnlyConsoleOutput

  • All Implemented Interfaces:
    StoryReporter

    public class IdeOnlyConsoleOutput
    extends TxtOutput
    Outputs to the console only if running in an IDE. Command line builds (Maven, Ant) will produce nothing for this particular PrintStreamOutput specialisation.
    • Constructor Detail

      • IdeOnlyConsoleOutput

        public IdeOnlyConsoleOutput()
      • IdeOnlyConsoleOutput

        public IdeOnlyConsoleOutput​(Keywords keywords)
      • IdeOnlyConsoleOutput

        public IdeOnlyConsoleOutput​(Properties outputPatterns,
                                    Keywords keywords,
                                    boolean reportErrors)