java.lang.Object
io.inverno.core.v1.StandardBanner
- All Implemented Interfaces:
Banner
A standard Banner
implementation that displays basic useful information about the module and the runtime environment.
It outputs the following information:
- Java runtime, version and home.
- Name of the root module, version and class.
- The list of modules in the application module layer.
- Since:
- 1.0
- Author:
- Jeremy Kuhn
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
print
(PrintStream out) Prints the banner to the specified output.