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 BackendCompiler
public java.lang.String getPresentableName()
getPresentableName
in interface BackendCompiler
public Configurable createConfigurable()
createConfigurable
in interface BackendCompiler
public java.util.Set<FileType> getCompilableFileTypes()
getCompilableFileTypes
in interface BackendCompiler
public CompilerOptions getOptions()
getOptions
in interface BackendCompiler