aQute.bnd.service
Interface Compiler


public interface Compiler


Method Summary
 boolean compile(Project project, java.util.Collection<java.io.File> sources, java.util.Collection<Container> buildpath, java.io.File bin)
           
 

Method Detail

compile

boolean compile(Project project,
                java.util.Collection<java.io.File> sources,
                java.util.Collection<Container> buildpath,
                java.io.File bin)
                throws java.lang.Exception
Throws:
java.lang.Exception