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, isFromSave
public VFileDeleteEvent(java.lang.Object requestor, VirtualFile file, boolean isFromRefresh)
public VirtualFile getFile()
VFileEvent
VFileCreateEvent.getFile()
needs
VirtualFile.findChild(String)
which may be a performance leak.getFile
in class VFileEvent
public java.lang.String toString()
toString
in class java.lang.Object
protected java.lang.String computePath()
computePath
in class VFileEvent
public VirtualFileSystem getFileSystem()
getFileSystem
in class VFileEvent
public boolean isValid()
isValid
in class VFileEvent
public boolean equals(java.lang.Object o)
equals
in class VFileEvent
public int hashCode()
hashCode
in class VFileEvent
public int getFileDepth()