Class UpdatableEntryPoint

java.lang.Object
be.yildizgames.common.application.UpdatableEntryPoint
All Implemented Interfaces:
org.update4j.inject.Injectable, org.update4j.service.Launcher, org.update4j.service.Service

public abstract class UpdatableEntryPoint extends Object implements org.update4j.service.Launcher
Author:
Grégory Van den Borre
  • Constructor Details

    • UpdatableEntryPoint

      protected UpdatableEntryPoint()
  • Method Details

    • run

      public final void run(org.update4j.LaunchContext launchContext)
      Specified by:
      run in interface org.update4j.service.Launcher
    • launch

      protected final void launch(String[] args)
    • getApplicationName

      protected abstract String getApplicationName()
    • getUpdateUrl

      protected abstract String getUpdateUrl()
    • getStarter

      protected abstract Starter getStarter()
    • getSplashScreen

      protected abstract SplashScreenProvider getSplashScreen()
    • getDefaultConfiguration

      protected abstract Properties getDefaultConfiguration()