站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

ProvidedExtensions.DeleteHandler (Master Filesystem) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.masterfs/1 1.11

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.
 

Method Detail

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

org.netbeans.modules.masterfs/1 1.11

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.