Class Banner
- 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 Detail
-
Banner
public Banner(String appName)
-
-
Method Detail
-
addLine
public void addLine(BannerLine line)
-
fromFile
public void fromFile(Path path)
-
display
public void display()
-
-