|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BannerProvider
Banner provider. Plugins should implement this interface to replace the version banner. Use the @Order annotation to specify the priority of the banner to be display, higher values can be interpreted as lower priority
Method Summary | |
---|---|
String |
getBanner()
Returns the banner. |
String |
getVersion()
Returns the associated version. |
String |
getWelcomeMessage()
Returns the welcome message. |
Methods inherited from interface org.springframework.shell.plugin.PluginProvider |
---|
name |
Method Detail |
---|
String getBanner()
String getVersion()
String getWelcomeMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |