Uses of Class
org.nuxeo.runtime.model.impl.ComponentRegistry.MappedSet
-
Packages that use ComponentRegistry.MappedSet Package Description org.nuxeo.runtime.model.impl -
-
Uses of ComponentRegistry.MappedSet in org.nuxeo.runtime.model.impl
Fields in org.nuxeo.runtime.model.impl declared as ComponentRegistry.MappedSet Modifier and Type Field Description protected ComponentRegistry.MappedSet
ComponentRegistry. pendings
Map pending components to the set of unresolved components they are waiting for.protected ComponentRegistry.MappedSet
ComponentRegistry. requirements
Maps a component name to a set of component names that are depending on that component.Constructors in org.nuxeo.runtime.model.impl with parameters of type ComponentRegistry.MappedSet Constructor Description MappedSet(ComponentRegistry.MappedSet mset)
Create a clone of a mapped set (set values are cloned too)
-