Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
b3d699f5c2c022eae4db9dee752f86b4bc6646e6
/
.
/
bundleplugin
/
src
/
main
/
java
/
aQute
/
bnd
/
service
/
Compiler.java
blob: 626b68c8ebd04972c6c88694cd2a53d8e7620e66 [
file
] [
log
] [
blame
]
package
aQute
.
bnd
.
service
;
import
java
.
io
.*;
import
java
.
util
.*;
import
aQute
.
bnd
.
build
.*;
public
interface
Compiler
{
boolean
compile
(
Project
project
,
Collection
<
File
>
sources
,
Collection
<
Container
>
buildpath
,
File
bin
)
throws
Exception
;
}