Class AppLauncher

java.lang.Object
net.christophermerrill.update4j.multichannel.core.AppLauncher
All Implemented Interfaces:
org.update4j.inject.Injectable, org.update4j.service.Launcher, org.update4j.service.Service

public class AppLauncher
extends java.lang.Object
implements org.update4j.service.Launcher
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static interface  AppLauncher.LaunchListener  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.util.Set<AppLauncher.LaunchListener> LISTENERS  
  • Constructor Summary

    Constructors 
    Constructor Description
    AppLauncher()  
  • Method Summary

    Modifier and Type Method Description
    void run​(org.update4j.LaunchContext context)  
    long version()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • run

      public void run​(org.update4j.LaunchContext context)
      Specified by:
      run in interface org.update4j.service.Launcher
    • version

      public long version()
      Specified by:
      version in interface org.update4j.service.Service