org.eclipse.jetty.util.component
类 FileDestroyable
java.lang.Object
org.eclipse.jetty.util.component.FileDestroyable
- 所有已实现的接口:
- Destroyable
public class FileDestroyable
- extends Object
- implements Destroyable
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileDestroyable
public FileDestroyable()
FileDestroyable
public FileDestroyable(String file)
throws IOException
- 抛出:
IOException
FileDestroyable
public FileDestroyable(File file)
addFile
public void addFile(String file)
throws IOException
- 抛出:
IOException
addFile
public void addFile(File file)
addFiles
public void addFiles(Collection<File> files)
removeFile
public void removeFile(String file)
throws IOException
- 抛出:
IOException
removeFile
public void removeFile(File file)
destroy
public void destroy()
- 指定者:
- 接口
Destroyable 中的 destroy
Copyright © 2013. All Rights Reserved.