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)
Contribution<K,T> addFragment(K key, T fragment, K... superKeys)
void removeContribution(K key)
void removeFragment(K key, T fragment)
void dispose()
Copyright © 2018 Nuxeo. All rights reserved.