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
           
 
Constructor Summary
ClassPathLibraryDefintionsConfig(com.intellij.openapi.project.Project project, java.lang.String moduleId, EcmaVersion version, boolean sourcemap, boolean inlineEnabled)
           
 
Method Summary
 java.util.List<JetFile> generateLibFiles()
           
 
Methods inherited from class org.jetbrains.k2js.config.Config
getLibFiles, getLibraryContext, getLibraryModule, getModuleId, getProject, getTarget, isInlineEnabled, isSourcemap, isTestConfig, 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,
                                        boolean inlineEnabled)
Method Detail

generateLibFiles

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