org.codehaus.mojo.natives.compiler
Interface ResourceCompiler

All Known Implementing Classes:
AbstractResourceCompiler

public interface ResourceCompiler

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

Field Summary
static String ROLE
           
 
Method Summary
 List compile(ResourceCompilerConfiguration config, NativeSources[] sources)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

compile

List compile(ResourceCompilerConfiguration config,
             NativeSources[] sources)
             throws NativeBuildException
Parameters:
config -
sources -
Returns:
List of resource ouput files
Throws:
NativeBuildException


Copyright © 2011 Codehaus. All Rights Reserved.