org.jetbrains.jet.cli.jvm.compiler
Class CompileEnvironmentUtil
java.lang.Object
org.jetbrains.jet.cli.jvm.compiler.CompileEnvironmentUtil
public class CompileEnvironmentUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompileEnvironmentUtil
public CompileEnvironmentUtil()
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)