org.jetbrains.k2js.config
Class ClassPathLibraryDefintionsConfig

java.lang.Object
  extended by org.jetbrains.k2js.config.Config
      extended by org.jetbrains.k2js.config.ClassPathLibraryDefintionsConfig

public class ClassPathLibraryDefintionsConfig
extends Config

A Config implementation which is configured with a directory to find the standard library names from


Field Summary
static java.lang.String META_INF_SERVICES_FILE
           
 
Fields inherited from class org.jetbrains.k2js.config.Config
LIB_FILE_NAMES, LIB_FILE_NAMES_DEPENDENT_ON_STDLIB, LIB_FILES_WITH_CODE, LIB_FILES_WITH_DECLARATIONS, LIBRARIES_LOCATION, REWRITABLE_MODULE_NAME, STDLIB_FILE_NAMES, STDLIB_LOCATION
 
Constructor Summary
ClassPathLibraryDefintionsConfig(com.intellij.openapi.project.Project project, java.lang.String moduleId, EcmaVersion version, boolean sourcemap)
           
 
Method Summary
 java.util.List<JetFile> generateLibFiles()
           
 
Methods inherited from class org.jetbrains.k2js.config.Config
getEmptyConfig, getEmptyConfig, getLibFiles, getLibraryContext, getLibraryModule, getModuleId, getProject, getTarget, getTester, isSourcemap, withJsLibAdded
 
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

ClassPathLibraryDefintionsConfig

public ClassPathLibraryDefintionsConfig(@NotNull
                                        com.intellij.openapi.project.Project project,
                                        @NotNull
                                        java.lang.String moduleId,
                                        @NotNull
                                        EcmaVersion version,
                                        boolean sourcemap)
Method Detail

generateLibFiles

@NotNull
public java.util.List<JetFile> generateLibFiles()
Specified by:
generateLibFiles in class Config