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 java.lang.String |
ROLE
|
ROLE
static final java.lang.String ROLE
compile
java.util.List compile(CompilerConfiguration config,
java.io.File[] sourceFiles)
throws NativeBuildException
- Parameters:
config
- sourceFiles
-
- Returns:
- List of compiler ouput files (ie, .o, .obj )
- Throws:
NativeBuildException
Copyright © 2010. All Rights Reserved.