Class SpaceListWorker

java.lang.Object
org.duracloud.retrieval.mgmt.SpaceListWorker
All Implemented Interfaces:
Runnable

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

    • 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 Details

    • run

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

      public File getOutputFile()
    • createSpaceListFile

      protected void createSpaceListFile()