Class PackageDiscoveryTask

  • All Implemented Interfaces:
    Runnable

    public class PackageDiscoveryTask
    extends Object
    implements Runnable
    Performs the task of discovering packages and caching the resulting data in the database.
    Author:
    David Klingenberg
    • Constructor Detail

      • PackageDiscoveryTask

        public PackageDiscoveryTask()
    • Method Detail

      • setApplication

        public void setApplication​(RegisteredApplication application)
        Sets the application to run discovery on.
      • run

        public void run()
        Specified by:
        run in interface Runnable