Package javadl.model

Class Download

java.lang.Object
javadl.model.Download
All Implemented Interfaces:
Runnable

public class Download extends Object implements Runnable
  • Constructor Details

    • Download

      public Download()
  • Method Details

    • getAsObject

      public Object getAsObject()
    • printer

      public StatusPrinter printer()
      Get StatusPrinter that will automatically print your download status to your console!
      Returns:
      StatusPrinter
    • run

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