Class FileDestroyable
java.lang.Object
org.eclipse.jetty.util.component.FileDestroyable
- All Implemented Interfaces:
Destroyable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddPaths(Collection<Path> paths) voiddestroy()voidremoveFile(String file) voidremoveFile(Path path)
-
Constructor Details
-
FileDestroyable
public FileDestroyable() -
FileDestroyable
-
FileDestroyable
-
-
Method Details
-
addFile
-
addPath
-
addPaths
-
removeFile
-
removeFile
-
destroy
public void destroy()- Specified by:
destroyin interfaceDestroyable
-