Class DownloadsFolder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.io.File folder  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DownloadsFolder​(java.io.File folder)  
    • Field Detail

      • folder

        protected final java.io.File folder
    • Constructor Detail

      • DownloadsFolder

        protected DownloadsFolder​(java.io.File folder)
    • Method Detail

      • toFile

        public java.io.File toFile()
      • files

        @CheckReturnValue
        @Nonnull
        public java.util.List<java.io.File> files()
      • cleanupBeforeDownload

        public abstract void cleanupBeforeDownload()
      • file

        public java.io.File file​(java.lang.String fileName)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object