Class ProjectTracker

java.lang.Object
aQute.bnd.build.ProjectTracker
All Implemented Interfaces:
AutoCloseable

class ProjectTracker extends Object implements AutoCloseable
This class is responsible for maintaining the project list. Since this list can change asynchronously we guard access from here.
  • Field Details

    • workspace

      private final Workspace workspace
    • models

      private final Map<String,Project> models
    • changed

      private boolean changed
  • Constructor Details

    • ProjectTracker

      ProjectTracker(Workspace workspace)
  • Method Details