org.jetbrains.jet.lang.resolve.kotlin
Interface VirtualFileFinder

All Superinterfaces:
KotlinClassFinder
All Known Implementing Classes:
CliVirtualFileFinder, VirtualFileKotlinClassFinder

public interface VirtualFileFinder
extends KotlinClassFinder


Nested Class Summary
static class VirtualFileFinder.SERVICE
           
 
Method Summary
 com.intellij.openapi.vfs.VirtualFile findVirtualFile(FqName className)
           
 
Methods inherited from interface org.jetbrains.jet.lang.resolve.kotlin.KotlinClassFinder
createKotlinClass, findKotlinClass
 

Method Detail

findVirtualFile

@Nullable
com.intellij.openapi.vfs.VirtualFile findVirtualFile(@NotNull
                                                              FqName className)