public class FileDestroyable extends Object implements Destroyable
Constructor and Description |
---|
FileDestroyable() |
FileDestroyable(File file) |
FileDestroyable(String file) |
Modifier and Type | Method and Description |
---|---|
void |
addFile(File file) |
void |
addFile(String file) |
void |
addFiles(Collection<File> files) |
void |
destroy() |
void |
removeFile(File file) |
void |
removeFile(String file) |
public FileDestroyable()
public FileDestroyable(String file) throws IOException
IOException
public FileDestroyable(File file)
public void addFile(String file) throws IOException
IOException
public void addFile(File file)
public void addFiles(Collection<File> files)
public void removeFile(String file) throws IOException
IOException
public void removeFile(File file)
public void destroy()
destroy
in interface Destroyable
Copyright © 1995-2015 Webtide. All Rights Reserved.