Class AbstractContributionRegistry<K,T>

java.lang.Object
org.nuxeo.runtime.contribution.impl.AbstractContributionRegistry<K,T>
All Implemented Interfaces:
ContributionRegistry<K,T>
Direct Known Subclasses:
LinkRegistry, TypeRegistry

public abstract class AbstractContributionRegistry<K,T> extends Object implements ContributionRegistry<K,T>
The parent provider is read only. It is never modified by the registry. It serves only to resolve dependencies. This allows greater flexibility in managing dependencies. This registry may have a parent registry that can be used only read only.
Author:
Bogdan Stefanescu