public interface ContributionRegistry<K,T>
Modifier and Type | Method and Description |
---|---|
Contribution<K,T> |
addFragment(K key,
T fragment,
K... superKeys) |
void |
dispose() |
Contribution<K,T> |
getContribution(K key) |
ContributionRegistry<K,T> |
getParent() |
void |
removeContribution(K key) |
void |
removeFragment(K key,
T fragment) |
ContributionRegistry<K,T> getParent()
Contribution<K,T> getContribution(K key)
void removeContribution(K key)
void dispose()
Copyright © 2015 Nuxeo SA. All rights reserved.