public class ContributionManager extends DependencyTree<String,Contribution>
DependencyTree.Entry<K,T>
PHANTOM, REGISTERED, RESOLVED
Constructor and Description |
---|
ContributionManager(ManagedComponent component) |
Modifier and Type | Method and Description |
---|---|
ManagedComponent |
getComponent() |
void |
registerContribution(Contribution contrib) |
protected void |
resolved(DependencyTree.Entry<String,Contribution> entry) |
void |
unregisterContribution(Contribution contrib) |
protected void |
unresolved(DependencyTree.Entry<String,Contribution> entry) |
add, add, add, clear, get, getEntries, getEntry, getMissingRequirements, getPendingEntries, getPendingObjects, getRegisteredObjects, getResolved, getResolvedEntries, getResolvedObjects, isPhantom, isRegistered, isResolved, iterator, registered, remove, resolve, unregister, unregistered, unresolve, updateDependencies
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ContributionManager(ManagedComponent component)
public ManagedComponent getComponent()
public void registerContribution(Contribution contrib)
public void unregisterContribution(Contribution contrib)
protected void resolved(DependencyTree.Entry<String,Contribution> entry)
resolved
in class DependencyTree<String,Contribution>
protected void unresolved(DependencyTree.Entry<String,Contribution> entry)
unresolved
in class DependencyTree<String,Contribution>
Copyright © 2016 Nuxeo SA. All rights reserved.