| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompilerAdapterExtension
Extension interface for compilers that support source extensions other than .java.
| Method Summary | |
|---|---|
|  java.lang.String[] | getSupportedFileExtensions()Returns a list of source file extensions that are recognized by this compiler adapter. | 
| Method Detail | 
|---|
java.lang.String[] getSupportedFileExtensions()
For example, most compiler adapters will return [ "java" ], but a compiler adapter that can compile both Java and Groovy source code would return [ "java", "groovy" ].
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||