org.eclipse.jetty.util.component
Class FileDestroyable
java.lang.Object
org.eclipse.jetty.util.component.FileDestroyable
- All Implemented Interfaces:
- Destroyable
public class FileDestroyable
- extends java.lang.Object
- implements Destroyable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileDestroyable
public FileDestroyable()
FileDestroyable
public FileDestroyable(java.lang.String file)
throws java.io.IOException
- Throws:
java.io.IOException
FileDestroyable
public FileDestroyable(java.io.File file)
addFile
public void addFile(java.lang.String file)
throws java.io.IOException
- Throws:
java.io.IOException
addFile
public void addFile(java.io.File file)
addFiles
public void addFiles(java.util.Collection<java.io.File> files)
removeFile
public void removeFile(java.lang.String file)
throws java.io.IOException
- Throws:
java.io.IOException
removeFile
public void removeFile(java.io.File file)
destroy
public void destroy()
- Specified by:
destroy
in interface Destroyable
Copyright © 2013. All Rights Reserved.