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