public class VFileDeleteEvent extends VFileEvent
| Constructor and Description | 
|---|
| VFileDeleteEvent(java.lang.Object requestor,
                VirtualFile file,
                boolean isFromRefresh) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.lang.String | computePath() | 
| boolean | equals(java.lang.Object o) | 
| VirtualFile | getFile()Returns the VirtualFile which this event belongs to. | 
| int | getFileDepth() | 
| VirtualFileSystem | getFileSystem() | 
| int | hashCode() | 
| boolean | isValid() | 
| java.lang.String | toString() | 
getPath, getRequestor, isFromRefresh, isFromSavepublic VFileDeleteEvent(java.lang.Object requestor,
                        VirtualFile file,
                        boolean isFromRefresh)
public VirtualFile getFile()
VFileEventVFileCreateEvent.getFile() needs
 VirtualFile.findChild(String) which may be a performance leak.getFile in class VFileEventpublic java.lang.String toString()
toString in class java.lang.Objectprotected java.lang.String computePath()
computePath in class VFileEventpublic VirtualFileSystem getFileSystem()
getFileSystem in class VFileEventpublic boolean isValid()
isValid in class VFileEventpublic boolean equals(java.lang.Object o)
equals in class VFileEventpublic int hashCode()
hashCode in class VFileEventpublic int getFileDepth()