Interface Compiler
-
- All Known Implementing Classes:
AbstractCCompiler
,AbstractCompiler
,BCCCompiler
,CCompiler
,CCompilerClassic
,MSVCCompiler
public interface Compiler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List
compile(CompilerConfiguration config, File[] sourceFiles)
-
-
-
Field Detail
-
ROLE
static final String ROLE
-
-
Method Detail
-
compile
List compile(CompilerConfiguration config, File[] sourceFiles) throws NativeBuildException
- Parameters:
config
-sourceFiles
-- Returns:
- List of compiler ouput files (ie, .o, .obj )
- Throws:
NativeBuildException
-
-