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 ManagedComponentContributionManager. getComponent()Methods in org.nuxeo.runtime.deploy with parameters of type ManagedComponent Modifier and Type Method Description voidContribution. install(ManagedComponent comp)abstract voidContribution. install(ManagedComponent comp, Contribution contrib)voidExtensibleContribution. install(ManagedComponent comp)voidContribution. uninstall(ManagedComponent comp)abstract voidContribution. uninstall(ManagedComponent comp, Contribution contrib)voidExtensibleContribution. uninstall(ManagedComponent comp)Constructors in org.nuxeo.runtime.deploy with parameters of type ManagedComponent Constructor Description ContributionManager(ManagedComponent component)
-