Package jetbrains.mps.compiler
Class JavaCompilerOptionsComponent
- java.lang.Object
 - 
- jetbrains.mps.compiler.JavaCompilerOptionsComponent
 
 
- 
public class JavaCompilerOptionsComponent extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJavaCompilerOptionsComponent.JavaVersion 
- 
Field Summary
Fields Modifier and Type Field Description static JavaCompilerOptionsDEFAULT_JAVA_COMPILER_OPTIONSstatic JavaCompilerOptionsComponent.JavaVersionDEFAULT_JAVA_VERSION 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JavaCompilerOptionsComponentgetInstance()JavaCompilerOptionsgetJavaCompilerOptions(Project project)voidremoveJavaCompilerOptions(Project project)voidsetJavaCompilerOptions(Project project, JavaCompilerOptions options) 
 - 
 
- 
- 
Field Detail
- 
DEFAULT_JAVA_VERSION
public static JavaCompilerOptionsComponent.JavaVersion DEFAULT_JAVA_VERSION
 
- 
DEFAULT_JAVA_COMPILER_OPTIONS
public static JavaCompilerOptions DEFAULT_JAVA_COMPILER_OPTIONS
 
 - 
 
- 
Method Detail
- 
getInstance
public static JavaCompilerOptionsComponent getInstance()
 
- 
setJavaCompilerOptions
public void setJavaCompilerOptions(@NotNull Project project, @NotNull JavaCompilerOptions options)
 
- 
getJavaCompilerOptions
@NotNull public JavaCompilerOptions getJavaCompilerOptions(Project project)
 
 - 
 
 -