org.jetbrains.jet.cli.jvm.compiler
Class CompileEnvironmentUtil

java.lang.Object
  extended by org.jetbrains.jet.cli.jvm.compiler.CompileEnvironmentUtil

public class CompileEnvironmentUtil
extends java.lang.Object


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

CompileEnvironmentUtil

public CompileEnvironmentUtil()
Method Detail

createMockDisposable

public static com.intellij.openapi.Disposable createMockDisposable()

loadModuleDescriptions

@NotNull
public static java.util.List<Module> loadModuleDescriptions(KotlinPaths paths,
                                                                    java.lang.String moduleDefinitionFile,
                                                                    MessageCollector messageCollector)

writeToJar

public static void writeToJar(ClassFileFactory factory,
                              java.io.OutputStream fos,
                              @Nullable
                              FqName mainClass,
                              boolean includeRuntime)

writeToOutputDirectory

public static void writeToOutputDirectory(ClassFileFactory factory,
                                          @NotNull
                                          java.io.File outputDir)