コード例 #1
0
 @Nullable
 private static VirtualFile getFileForEvent(VFileEvent event) {
   return VcsUtil.getVirtualFile(event.getPath());
 }