Package org.eclipse.jetty.util.component
Class FileDestroyable
java.lang.Object
org.eclipse.jetty.util.component.FileDestroyable
- All Implemented Interfaces:
Destroyable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addFiles
(Collection<File> files) void
destroy()
void
removeFile
(File file) void
removeFile
(String file)
-
Constructor Details
-
FileDestroyable
public FileDestroyable() -
FileDestroyable
- Throws:
IOException
-
FileDestroyable
-
-
Method Details
-
addFile
- Throws:
IOException
-
addFile
-
addFiles
-
removeFile
- Throws:
IOException
-
removeFile
-
destroy
public void destroy()- Specified by:
destroy
in interfaceDestroyable
-