|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.k2js.config.Config
org.jetbrains.k2js.config.ClassPathLibraryDefintionsConfig
public class ClassPathLibraryDefintionsConfig
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 |
---|
@NotNull public static final java.lang.String META_INF_SERVICES_FILE
Constructor Detail |
---|
public ClassPathLibraryDefintionsConfig(@NotNull com.intellij.openapi.project.Project project, @NotNull java.lang.String moduleId, @NotNull EcmaVersion version, boolean sourcemap)
Method Detail |
---|
@NotNull public java.util.List<JetFile> generateLibFiles()
generateLibFiles
in class Config
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |