public abstract class AbstractBanner extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
banner |
protected String |
defaultBanner |
protected Class<?> |
resourceClass |
protected String |
resourceLocation |
| Constructor and Description |
|---|
AbstractBanner(Class<?> resourceClass,
String resourceLocation,
String defaultBanner) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
generateBanner(String bannerText) |
String |
getBanner() |
String |
getPlainBanner() |
protected void |
initialize() |
Copyright © 2021. All rights reserved.