Class FileDestroyable

  • All Implemented Interfaces:
    Destroyable

    public class FileDestroyable
    extends java.lang.Object
    implements Destroyable
    • Constructor Detail

      • FileDestroyable

        public FileDestroyable()
      • FileDestroyable

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

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

      • addFile

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

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

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

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

        public void removeFile​(java.io.File file)