org.jetbrains.jet.cli.jvm.compiler
Class JetCoreEnvironment
java.lang.Object
org.jetbrains.jet.cli.jvm.compiler.JetCoreEnvironment
public class JetCoreEnvironment
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createForProduction
@NotNull
public static JetCoreEnvironment createForProduction(@NotNull
com.intellij.openapi.Disposable parentDisposable,
@NotNull
CompilerConfiguration configuration)
createForTests
@TestOnly
@NotNull
public static JetCoreEnvironment createForTests(@NotNull
com.intellij.openapi.Disposable parentDisposable,
@NotNull
CompilerConfiguration configuration)
disposeApplicationEnvironment
public static void disposeApplicationEnvironment()
registerApplicationServices
public static void registerApplicationServices(@NotNull
com.intellij.core.JavaCoreApplicationEnvironment applicationEnvironment)
registerProjectServices
public static void registerProjectServices(@NotNull
com.intellij.core.JavaCoreProjectEnvironment projectEnvironment)
getConfiguration
@NotNull
public CompilerConfiguration getConfiguration()
getApplication
@NotNull
public com.intellij.mock.MockApplication getApplication()
getProject
@NotNull
public com.intellij.openapi.project.Project getProject()
getSourceFiles
@NotNull
public java.util.List<JetFile> getSourceFiles()