public interface LocalFileProvider
Modifier and Type | Method and Description |
---|---|
VirtualFile |
findLocalVirtualFileByPath(java.lang.String path)
Deprecated.
use
ArchiveFileSystem.findFileByPath(path) instead |
VirtualFile |
getLocalVirtualFileFor(VirtualFile entryVFile)
Deprecated.
use
ArchiveFileSystem.getLocalByEntry(VirtualFile) instead |
@Deprecated VirtualFile getLocalVirtualFileFor(VirtualFile entryVFile)
ArchiveFileSystem.getLocalByEntry(VirtualFile)
instead@Deprecated VirtualFile findLocalVirtualFileByPath(java.lang.String path)
ArchiveFileSystem.findFileByPath(path)
instead