|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.cli.jvm.compiler.CompileEnvironmentUtil
public class CompileEnvironmentUtil
| Constructor Summary | |
|---|---|
CompileEnvironmentUtil()
|
|
| Method Summary | |
|---|---|
static com.intellij.openapi.Disposable |
createMockDisposable()
|
static java.util.List<Module> |
loadModuleDescriptions(KotlinPaths paths,
java.lang.String moduleDefinitionFile,
MessageCollector messageCollector)
|
static void |
writeToJar(ClassFileFactory factory,
java.io.OutputStream fos,
FqName mainClass,
boolean includeRuntime)
|
static void |
writeToOutputDirectory(ClassFileFactory factory,
java.io.File outputDir)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompileEnvironmentUtil()
| Method Detail |
|---|
public static com.intellij.openapi.Disposable createMockDisposable()
@NotNull
public static java.util.List<Module> loadModuleDescriptions(KotlinPaths paths,
java.lang.String moduleDefinitionFile,
MessageCollector messageCollector)
public static void writeToJar(ClassFileFactory factory,
java.io.OutputStream fos,
@Nullable
FqName mainClass,
boolean includeRuntime)
public static void writeToOutputDirectory(ClassFileFactory factory,
@NotNull
java.io.File outputDir)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||