Banner.Mode| Constructor and Description | 
|---|
ResourceBanner(Resource resource)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
getApplicationTitle(Class<?> sourceClass)  | 
protected String | 
getApplicationVersion(Class<?> sourceClass)  | 
protected String | 
getBootVersion()  | 
protected List<PropertyResolver> | 
getPropertyResolvers(Environment environment,
                    Class<?> sourceClass)  | 
void | 
printBanner(Environment environment,
           Class<?> sourceClass,
           PrintStream out)
Print the banner to the specified print stream. 
 | 
public ResourceBanner(Resource resource)
public void printBanner(Environment environment, Class<?> sourceClass, PrintStream out)
BannerprintBanner in interface Bannerenvironment - the spring environmentsourceClass - the source class for the applicationout - the output print streamprotected List<PropertyResolver> getPropertyResolvers(Environment environment, Class<?> sourceClass)
protected String getBootVersion()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.