Package org.nuxeo.runtime.contribution
Interface ContributionRegistry<K,T>
- All Known Implementing Classes:
AbstractContributionRegistry
,LinkRegistry
,TypeRegistry
public interface ContributionRegistry<K,T>
- Author:
- Bogdan Stefanescu
-
Method Summary
Modifier and TypeMethodDescriptionaddFragment
(K key, T fragment, K... superKeys) void
dispose()
getContribution
(K key) void
removeContribution
(K key) void
removeFragment
(K key, T fragment)
-
Method Details
-
getParent
ContributionRegistry<K,T> getParent() -
getContribution
-
addFragment
-
removeContribution
-
removeFragment
-
dispose
void dispose()
-