Uses of Class
org.nuxeo.runtime.deploy.Contribution
-
Packages that use Contribution Package Description org.nuxeo.runtime.deploy -
-
Uses of Contribution in org.nuxeo.runtime.deploy
Subclasses of Contribution in org.nuxeo.runtime.deploy Modifier and Type Class Description class
CompositeContribution
class
ExtensibleContribution
Methods in org.nuxeo.runtime.deploy with parameters of type Contribution Modifier and Type Method Description abstract void
Contribution. install(ManagedComponent comp, Contribution contrib)
void
ContributionManager. registerContribution(Contribution contrib)
abstract void
Contribution. uninstall(ManagedComponent comp, Contribution contrib)
void
ContributionManager. unregisterContribution(Contribution contrib)
Method parameters in org.nuxeo.runtime.deploy with type arguments of type Contribution Modifier and Type Method Description protected void
ContributionManager. resolved(DependencyTree.Entry<String,Contribution> entry)
protected void
ContributionManager. unresolved(DependencyTree.Entry<String,Contribution> entry)
-