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
IOExceptionpublic FileDestroyable(File file)
public void addFile(String file) throws IOException
IOExceptionpublic void addFile(File file)
public void addFiles(Collection<File> files)
public void removeFile(String file) throws IOException
IOExceptionpublic void removeFile(File file)
public void destroy()
destroy in interface DestroyableCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.