|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Compiler
Base interface for a custom compiler which participates in the IDEA build process.
CompilerManager.addCompiler(Compiler),
CompilerManager.removeCompiler(Compiler)| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description of the compiler. |
boolean |
validateConfiguration(CompileScope scope)
Called before compilation starts. |
| Method Detail |
|---|
@NotNull java.lang.String getDescription()
boolean validateConfiguration(CompileScope scope)
scope - the scope on which the compilation is started.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||