Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.deploy
Class CompositeContribution

java.lang.Object
  extended by org.nuxeo.runtime.deploy.Contribution
      extended by org.nuxeo.runtime.deploy.ExtensibleContribution
          extended by org.nuxeo.runtime.deploy.CompositeContribution
All Implemented Interfaces:
Cloneable

public abstract class CompositeContribution
extends ExtensibleContribution

Author:
Bogdan Stefanescu

Constructor Summary
CompositeContribution()
           
 
Method Summary
 List<CompositeContribution> getContributionFragments()
           
 boolean isContributionEnabled()
           
 void resolve(ContributionManager mgr)
           
 String toString()
           
 void unresolve(ContributionManager mgr)
           
 
Methods inherited from class org.nuxeo.runtime.deploy.ExtensibleContribution
clone, getBaseContribution, getBaseContributionId, getRootContribution, install, isRootContribution, setBaseContribution, setBaseContributionId, uninstall
 
Methods inherited from class org.nuxeo.runtime.deploy.Contribution
equals, getContributionId, getContributor, getDependencies, getExtension, getExtensionPoint, hashCode, install, setContributionId, setExtension, uninstall
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompositeContribution

public CompositeContribution()
Method Detail

resolve

public void resolve(ContributionManager mgr)
Overrides:
resolve in class ExtensibleContribution

unresolve

public void unresolve(ContributionManager mgr)
Overrides:
unresolve in class ExtensibleContribution

isContributionEnabled

public boolean isContributionEnabled()

getContributionFragments

public List<CompositeContribution> getContributionFragments()

toString

public String toString()
Overrides:
toString in class Contribution

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.