- All Known Implementing Classes:
StandardBanner
public interface Banner
A Banner prints information to a stream when a root module is starting.
- Since:
- 1.0
- Author:
- Jeremy Kuhn
-
Method Summary
Modifier and TypeMethodDescriptionvoid
print
(PrintStream out) Prints the banner to the specified output.
-
Method Details
-
print
Prints the banner to the specified output.
- Parameters:
out
- the banner's output.
-