org.nuxeo.runtime.deploy
Class ContributionManager
java.lang.Object
org.nuxeo.runtime.deploy.DependencyTree<String,Contribution>
org.nuxeo.runtime.deploy.ContributionManager
- All Implemented Interfaces:
- Iterable<DependencyTree.Entry<String,Contribution>>
public class ContributionManager
- extends DependencyTree<String,Contribution>
- Author:
- Bogdan Stefanescu
Methods inherited from class org.nuxeo.runtime.deploy.DependencyTree |
add, add, add, clear, get, getEntries, getEntry, getMissingRequirements, getPendingEntries, getPendingObjects, getRegisteredObjects, getResolved, getResolvedEntries, getResolvedObjects, isPhantom, isRegistered, isResolved, iterator, remove, resolve, unregister, unresolve |
ContributionManager
public ContributionManager(ManagedComponent component)
getComponent
public ManagedComponent getComponent()
registerContribution
public void registerContribution(Contribution contrib)
unregisterContribution
public void unregisterContribution(Contribution contrib)
Copyright © 2011 Nuxeo SAS. All Rights Reserved.