ResourceBanner

open class ResourceBanner : Banner

Banner implementation that prints from a source text Resource.

Author

Phillip Webb

Vedran Pavic

Toshiaki Maki

Krzysztof Krason

Moritz Halbritter

Since

1.2.0

Constructors

Link copied to clipboard
constructor(resource: Resource)

Functions

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