Banner

Interface class for writing a banner programmatically.

Author

Phillip Webb

Michael Stummvoll

Jeremy Rickard

Since

1.2.0

Inheritors

Types

Link copied to clipboard
enum Mode
An enumeration of possible values for configuring the Banner.

Functions

Link copied to clipboard
abstract fun printBanner(environment: Environment, sourceClass: Class<out Any>, out: PrintStream)
Print the banner to the specified print stream.