Class FileDestroyable

  • All Implemented Interfaces:
    Destroyable

    @Deprecated(since="2021-05-27")
    public class FileDestroyable
    extends java.lang.Object
    implements Destroyable
    Deprecated.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addFile​(java.io.File file)
      Deprecated.
       
      void addFile​(java.lang.String file)
      Deprecated.
       
      void addFiles​(java.util.Collection<java.io.File> files)
      Deprecated.
       
      void destroy()
      Deprecated.
       
      void removeFile​(java.io.File file)
      Deprecated.
       
      void removeFile​(java.lang.String file)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileDestroyable

        public FileDestroyable()
        Deprecated.
      • FileDestroyable

        public FileDestroyable​(java.lang.String file)
                        throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • FileDestroyable

        public FileDestroyable​(java.io.File file)
        Deprecated.
    • Method Detail

      • addFile

        public void addFile​(java.lang.String file)
                     throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • addFile

        public void addFile​(java.io.File file)
        Deprecated.
      • addFiles

        public void addFiles​(java.util.Collection<java.io.File> files)
        Deprecated.
      • removeFile

        public void removeFile​(java.lang.String file)
                        throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • removeFile

        public void removeFile​(java.io.File file)
        Deprecated.
      • destroy

        public void destroy()
        Deprecated.
        Specified by:
        destroy in interface Destroyable