Package org.eclipse.jetty.util.component
Class FileDestroyable
java.lang.Object
org.eclipse.jetty.util.component.FileDestroyable
- All Implemented Interfaces:
Destroyable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddFiles(Collection<File> files) voiddestroy()voidremoveFile(File file) voidremoveFile(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:
destroyin interfaceDestroyable
-