DefaultCompilerAdapter
, Gcj
, Javac12
, Javac13
, JavacExternal
, Jikes
, Jvc
, Kjc
, Sj
public interface CompilerAdapterExtension
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
getSupportedFileExtensions() |
Returns a list of source file extensions that are recognized by
this compiler adapter.
|
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" ].