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(java.lang.String internalName)
           
 com.intellij.openapi.vfs.VirtualFile findVirtualFileWithHeader(FqName className)
           
 
Methods inherited from interface org.jetbrains.jet.lang.resolve.kotlin.KotlinClassFinder
findKotlinClass
 

Method Detail

findVirtualFileWithHeader

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

findVirtualFile

@Nullable
com.intellij.openapi.vfs.VirtualFile findVirtualFile(@NotNull
                                                              java.lang.String internalName)