Class ResourceRepositoryImpl

java.lang.Object
aQute.bnd.resource.repository.ResourceRepositoryImpl
All Implemented Interfaces:
ResourceRepository

public class ResourceRepositoryImpl extends Object implements ResourceRepository
This class implements a hidden repository. This repo is kept in a text file that is under scm control. Files are fetched on demand. The idea is that bnd will bootstrap from this repo and downloads plugins. These plugins then provide faces on this hidden repository.