Interface Banner

All Known Implementing Classes:
StandardBanner

public interface Banner

A Banner prints information to a stream when a root module is starting.

Since:
1.0
Author:
Jeremy Kuhn
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Prints the banner to the specified output.
  • Method Details

    • print

      void print(PrintStream out)

      Prints the banner to the specified output.

      Parameters:
      out - the banner's output.