Class UpdateApp

java.lang.Object
net.christophermerrill.update4j.multichannel.core.UpdateApp
All Implemented Interfaces:
java.lang.Runnable

public class UpdateApp
extends java.lang.Object
implements java.lang.Runnable
  • Constructor Summary

    Constructors 
    Constructor Description
    UpdateApp​(org.update4j.Configuration config)  
  • Method Summary

    Modifier and Type Method Description
    void run()  
    void start()  

    Methods inherited from class java.lang.Object

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

    • UpdateApp

      public UpdateApp​(org.update4j.Configuration config)
  • Method Details

    • start

      public void start()
    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable