当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
ProvidedExtensions.DeleteHandler (Master Filesystem) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.masterfs.providers
Interface ProvidedExtensions.DeleteHandler
- Enclosing class:
- ProvidedExtensions
public static interface ProvidedExtensions.DeleteHandler
Method Summary |
boolean |
delete(File file)
Deletes the file or directory denoted by this abstract pathname. |
delete
boolean delete(File file)
- Deletes the file or directory denoted by this abstract pathname. If
this pathname denotes a directory, then the directory must be empty in
order to be deleted.
- Returns:
true
if and only if the file or directory is
successfully deleted; false
otherwise