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
addPaths
(Collection<Path> paths) void
destroy()
void
removeFile
(String file) void
removeFile
(Path path)
-
Constructor Details
-
FileDestroyable
public FileDestroyable() -
FileDestroyable
-
FileDestroyable
-
-
Method Details
-
addFile
-
addPath
-
addPaths
-
removeFile
-
removeFile
-
destroy
public void destroy()- Specified by:
destroy
in interfaceDestroyable
-