public class JavacCompiler extends java.lang.Object implements BackendCompiler
EMPTY_OPTIONS, EP_NAME| Constructor and Description |
|---|
JavacCompiler(Project project) |
| Modifier and Type | Method and Description |
|---|---|
Configurable |
createConfigurable() |
java.util.Set<FileType> |
getCompilableFileTypes() |
java.lang.String |
getId() |
CompilerOptions |
getOptions() |
java.lang.String |
getPresentableName() |
public JavacCompiler(Project project)
public java.lang.String getId()
getId in interface BackendCompilerpublic java.lang.String getPresentableName()
getPresentableName in interface BackendCompilerpublic Configurable createConfigurable()
createConfigurable in interface BackendCompilerpublic java.util.Set<FileType> getCompilableFileTypes()
getCompilableFileTypes in interface BackendCompilerpublic CompilerOptions getOptions()
getOptions in interface BackendCompiler