org.springframework.boot

Interface Banner

  • All Known Implementing Classes:
    ResourceBanner


    public interface Banner
    Interface class for writing a banner programmatically.
    Since:
    1.2.0
    Author:
    Phillip Webb, Michael Stummvoll
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void printBanner(org.springframework.core.env.Environment environment, Class<?> sourceClass, PrintStream out)
      Print the banner to the specified print stream.
    • Method Detail

      • printBanner

        void printBanner(org.springframework.core.env.Environment environment,
                       Class<?> sourceClass,
                       PrintStream out)
        Print the banner to the specified print stream.
        Parameters:
        environment - the spring environment
        sourceClass - the source class for the application
        out - the output print stream

Copyright © 2014 Pivotal Software, Inc.. All rights reserved.