Class SpaceListWorker

  • All Implemented Interfaces:
    Runnable

    public class SpaceListWorker
    extends Object
    implements Runnable
    Handles the retrieving of a single file from DuraCloud.
    • Constructor Detail

      • SpaceListWorker

        public SpaceListWorker​(ContentStore contentStore,
                               String spaceId,
                               File contentDir,
                               boolean overwrite)
        Creates a Space List Worker to handle retrieving a list of space contents
    • Method Detail

      • run

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

        public File getOutputFile()
      • createSpaceListFile

        protected void createSpaceListFile()