org.codehaus.mojo.natives.compiler
Interface Compiler

All Known Implementing Classes:
AbstractCompiler

public interface Compiler

Version:
$Id: Compiler.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Dan Tran

Field Summary
static String ROLE
           
 
Method Summary
 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


Copyright © 2011 Codehaus. All Rights Reserved.