Uses of Class
be.yildizgames.common.application.Application
Packages that use Application
-
Uses of Application in be.yildizgames.common.application
Methods in be.yildizgames.common.application that return ApplicationModifier and TypeMethodDescriptionfinal ApplicationApplication.addBannerLine(BannerLine line) Add a line to the banner.static ApplicationPrepare to start the application.final ApplicationApplication.start()Initialize and start the application.final ApplicationInitialize and start the application by using a starter.final ApplicationApplication.withBanner(Banner banner) To set a custom banner, the banner will be displayed in the console interface when starting the application.final ApplicationApplication.withConfiguration(String[] args, Properties defaultConfig) Add configuration to the application.final ApplicationApplication.withConfiguration(String[] args, Properties defaultConfig, be.yildizgames.common.configuration.ConfigurationNotFoundAdditionalBehavior behavior) Add configuration to the application.final ApplicationApplication.withSplashScreen(SplashScreenProvider splashScreen) Set a splash screen to display when starting the application.final ApplicationApplication.withUpdate(String url) Provide the update mechanism.final ApplicationApplication.withUpdate(String url, int timeout) Provide the update mechanism.