@FunctionalInterface
public interface Banner
Modifier and Type | Interface and Description |
---|---|
static class |
Banner.Mode
An enumeration of possible values for configuring the Banner.
|
Modifier and Type | Method and Description |
---|---|
void |
printBanner(org.springframework.core.env.Environment environment,
java.lang.Class<?> sourceClass,
java.io.PrintStream out)
Print the banner to the specified print stream.
|
void printBanner(org.springframework.core.env.Environment environment, java.lang.Class<?> sourceClass, java.io.PrintStream out)
environment
- the spring environmentsourceClass
- the source class for the applicationout
- the output print stream