Class ResourceBanner

java.lang.Object
io.micronaut.context.banner.ResourceBanner
All Implemented Interfaces:
Banner

public class ResourceBanner extends Object implements Banner
Prints a banner from a resource.
  • Constructor Details

    • ResourceBanner

      public ResourceBanner(URL resource, PrintStream out)
      Constructor.
      Parameters:
      resource - The resource with the banner
      out - The print stream
  • Method Details

    • print

      public void print()
      Description copied from interface: Banner
      Print the banner.
      Specified by:
      print in interface Banner