Uses of Class
org.nuxeo.runtime.model.impl.ComponentRegistry
-
Packages that use ComponentRegistry Package Description org.nuxeo.runtime.model.impl -
-
Uses of ComponentRegistry in org.nuxeo.runtime.model.impl
Fields in org.nuxeo.runtime.model.impl declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistry
ComponentManagerImpl. registry
protected ComponentRegistry
ComponentManagerImpl. snapshot
Methods in org.nuxeo.runtime.model.impl that return ComponentRegistry Modifier and Type Method Description ComponentRegistry
ComponentManagerImpl. getRegistry()
Methods in org.nuxeo.runtime.model.impl with parameters of type ComponentRegistry Modifier and Type Method Description List<RegistrationInfo>
ComponentManagerImpl.Stash. getRegistrationsToRemove(ComponentRegistry reg)
Constructors in org.nuxeo.runtime.model.impl with parameters of type ComponentRegistry Constructor Description ComponentRegistry(ComponentRegistry reg)
-