CompileTask
extension point instead. Implementations of this class aren't used by the IDE (except those which implement
Validator
or SourceInstrumentingCompiler
).@Deprecated
public interface Compiler
Modifier and Type | Field and Description |
---|---|
static ProjectExtensionPointName<Compiler> |
EP_NAME
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Deprecated.
Returns the description of the compiler.
|
boolean |
validateConfiguration(CompileScope scope)
Deprecated.
Called before compilation starts.
|
static final ProjectExtensionPointName<Compiler> EP_NAME
java.lang.String getDescription()
boolean validateConfiguration(CompileScope scope)
scope
- the scope on which the compilation is started.