Uses of Class
org.nuxeo.runtime.deploy.ManagedComponent
-
Packages that use ManagedComponent Package Description org.nuxeo.runtime.deploy -
-
Uses of ManagedComponent in org.nuxeo.runtime.deploy
Methods in org.nuxeo.runtime.deploy that return ManagedComponent Modifier and Type Method Description ManagedComponent
ContributionManager. getComponent()
Methods in org.nuxeo.runtime.deploy with parameters of type ManagedComponent Modifier and Type Method Description void
Contribution. install(ManagedComponent comp)
abstract void
Contribution. install(ManagedComponent comp, Contribution contrib)
void
ExtensibleContribution. install(ManagedComponent comp)
void
Contribution. uninstall(ManagedComponent comp)
abstract void
Contribution. uninstall(ManagedComponent comp, Contribution contrib)
void
ExtensibleContribution. uninstall(ManagedComponent comp)
Constructors in org.nuxeo.runtime.deploy with parameters of type ManagedComponent Constructor Description ContributionManager(ManagedComponent component)
-