org.jetbrains.jet.cli.jvm.compiler
Class CliVirtualFileFinder

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.kotlin.VirtualFileKotlinClassFinder
      extended by org.jetbrains.jet.cli.jvm.compiler.CliVirtualFileFinder
All Implemented Interfaces:
KotlinClassFinder, VirtualFileFinder

public class CliVirtualFileFinder
extends VirtualFileKotlinClassFinder
implements VirtualFileFinder


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jetbrains.jet.lang.resolve.kotlin.VirtualFileFinder
VirtualFileFinder.SERVICE
 
Constructor Summary
CliVirtualFileFinder(ClassPath path)
           
 
Method Summary
 com.intellij.openapi.vfs.VirtualFile findVirtualFile(FqName className)
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.kotlin.VirtualFileKotlinClassFinder
createKotlinClass, findKotlinClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jetbrains.jet.lang.resolve.kotlin.KotlinClassFinder
createKotlinClass, findKotlinClass
 

Constructor Detail

CliVirtualFileFinder

public CliVirtualFileFinder(@NotNull
                            ClassPath path)
Method Detail

findVirtualFile

@Nullable
public com.intellij.openapi.vfs.VirtualFile findVirtualFile(@NotNull
                                                                     FqName className)
Specified by:
findVirtualFile in interface VirtualFileFinder