org.eclipse.jetty.util.component
类 FileDestroyable

java.lang.Object
  继承者 org.eclipse.jetty.util.component.FileDestroyable
所有已实现的接口:
Destroyable

public class FileDestroyable
extends Object
implements Destroyable


构造方法摘要
FileDestroyable()
           
FileDestroyable(File file)
           
FileDestroyable(String file)
           
 
方法摘要
 void addFile(File file)
           
 void addFile(String file)
           
 void addFiles(Collection<File> files)
           
 void destroy()
           
 void removeFile(File file)
           
 void removeFile(String file)
           
 
从类 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.