Package aQute.bnd.service
Class BndListener
- java.lang.Object
-
- aQute.bnd.service.BndListener
-
public class BndListener extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.concurrent.atomic.AtomicInteger
inside
-
Constructor Summary
Constructors Constructor Description BndListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
begin()
void
built(Project project, java.util.Collection<java.io.File> files)
void
changed(java.io.File file)
void
end()
boolean
isInside()
void
signal(Reporter reporter)
-