java.lang.Object
be.yildizgames.common.application.helper.cli.Banner

public class Banner extends Object
A banner to display at the startup of the application in the terminal. This will not be displayed in logs.
Author:
Grégory Van den Borre
  • Constructor Details

    • Banner

      public Banner(String appName)
  • Method Details

    • addLine

      public void addLine(BannerLine line)
    • fromFile

      public void fromFile(Path path)
    • display

      public void display()