Class JsonRepository

java.lang.Object
org.apache.felix.utils.repository.BaseRepository
org.apache.felix.utils.repository.JsonRepository
All Implemented Interfaces:
org.osgi.service.repository.Repository

public class JsonRepository extends BaseRepository
Repository using a JSON representation of resource metadata. The json should be a map: the key is the resource uri and the value is a map of resource headers. The content of the URL can be gzipped.