Class CollectorDirectoryProvider

  • All Implemented Interfaces:
    java.lang.Runnable

    public class CollectorDirectoryProvider
    extends java.lang.Object
    implements java.lang.Runnable
    Periodically fetches a remote index.json file and provides formatted directory listings for all contained directories and subdirectories.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Fetch the remote index.json and extract all we need to know to later produce directory listings as requested.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

        public void run()
        Fetch the remote index.json and extract all we need to know to later produce directory listings as requested.
        Specified by:
        run in interface java.lang.Runnable