Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.deploy
Class ContributionManager

java.lang.Object
  extended by org.nuxeo.runtime.deploy.DependencyTree<java.lang.String,Contribution>
      extended by org.nuxeo.runtime.deploy.ContributionManager
All Implemented Interfaces:
java.lang.Iterable<DependencyTree.Entry<java.lang.String,Contribution>>

public class ContributionManager
extends DependencyTree<java.lang.String,Contribution>

Author:
Bogdan Stefanescu

Nested Class Summary
 
Nested classes/interfaces inherited from class org.nuxeo.runtime.deploy.DependencyTree
DependencyTree.Entry<K,T>
 
Field Summary
 
Fields inherited from class org.nuxeo.runtime.deploy.DependencyTree
PHANTOM, REGISTERED, RESOLVED
 
Constructor Summary
ContributionManager(ManagedComponent component)
           
 
Method Summary
 ManagedComponent getComponent()
           
 void registerContribution(Contribution contrib)
           
 void unregisterContribution(Contribution contrib)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContributionManager

public ContributionManager(ManagedComponent component)
Method Detail

getComponent

public ManagedComponent getComponent()

registerContribution

public void registerContribution(Contribution contrib)

unregisterContribution

public void unregisterContribution(Contribution contrib)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.