org.jetbrains.k2js.config
Class ClassPathLibrarySourcesLoader

java.lang.Object
  extended by org.jetbrains.k2js.config.ClassPathLibrarySourcesLoader

public class ClassPathLibrarySourcesLoader
extends java.lang.Object

A helper class to load the kotlin library sources to be compiled to JavaScript as part of a JavaScript build


Field Summary
static java.lang.String META_INF_SERVICES_FILE
           
 
Constructor Summary
ClassPathLibrarySourcesLoader(com.intellij.openapi.project.Project project)
           
 
Method Summary
 java.util.List<JetFile> findSourceFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

META_INF_SERVICES_FILE

@NotNull
public static final java.lang.String META_INF_SERVICES_FILE
See Also:
Constant Field Values
Constructor Detail

ClassPathLibrarySourcesLoader

public ClassPathLibrarySourcesLoader(@NotNull
                                     com.intellij.openapi.project.Project project)
Method Detail

findSourceFiles

@NotNull
public java.util.List<JetFile> findSourceFiles()