org.netbeans.modules.masterfs/2 2.38

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/2 2.38

Built on May 24 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.