public class EclipseCompiler extends java.lang.Object implements BackendCompiler
EMPTY_OPTIONS, EP_NAME
Constructor and Description |
---|
EclipseCompiler(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() |
static boolean |
isInitialized() |
public EclipseCompiler(Project project)
public static boolean isInitialized()
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