Class XLDeployBanner

  • All Implemented Interfaces:
    org.springframework.boot.Banner

    public class XLDeployBanner
    extends java.lang.Object
    implements org.springframework.boot.Banner
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.springframework.boot.Banner

        org.springframework.boot.Banner.Mode
    • Constructor Summary

      Constructors 
      Constructor Description
      XLDeployBanner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void printBanner​(org.springframework.core.env.Environment environment, java.lang.Class<?> sourceClass, java.io.PrintStream out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XLDeployBanner

        public XLDeployBanner()
    • Method Detail

      • printBanner

        public void printBanner​(org.springframework.core.env.Environment environment,
                                java.lang.Class<?> sourceClass,
                                java.io.PrintStream out)
        Specified by:
        printBanner in interface org.springframework.boot.Banner