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 TypeMethodDescriptionvoidDeprecated.voidDeprecated.voidaddFiles(Collection<File> files) Deprecated.voiddestroy()Deprecated.voidremoveFile(File file) Deprecated.voidremoveFile(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:
destroyin interfaceDestroyable
-