Class DownloadStore

java.lang.Object
org.loboevolution.store.DownloadStore
All Implemented Interfaces:
QueryStore

public class DownloadStore extends Object implements QueryStore

DownloadStore class.

  • Constructor Details

    • DownloadStore

      public DownloadStore()
  • Method Details

    • addAsRecent

      public void addAsRecent(String uri)

      addAsRecent.

      Parameters:
      uri - a String object.
    • deleteDownload

      public void deleteDownload()

      deleteDownload.

    • getDownload

      public List<String> getDownload()

      getDownload.

      Returns:
      a List object.