Class ShortCutsImpl

  • All Implemented Interfaces:
    ShortCuts

    public class ShortCutsImpl
    extends java.lang.Object
    implements ShortCuts
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected PluginInterface pi  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Download getDownload​(byte[] hash)
      A quick way of looking up a download given its hash
      DownloadStats getDownloadStats​(byte[] hash)
      A quick way of getting a download's statistics given its hash
      void removeDownload​(byte[] hash)
      A quick way of deleting a download given its hash
      void restartDownload​(byte[] hash)
      A quick way of restarting a download given its hash
      void stopDownload​(byte[] hash)
      A quick way of stopping a download given its hash
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait