Home
last modified time | relevance | path

Searched refs:registryObjects (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/
H A DExtensionRegistry.java73 private RegistryObjectManager registryObjects = null; field in ExtensionRegistry
97 return registryObjects; in getObjectManager()
231 registryObjects.addContribution(element); in basicAdd()
250 registryObjects.removeObjects(associatedObjects); in basicRemove()
254 registryObjects.removeContribution(contributorId); in basicRemove()
255 registryObjects.removeContributor(contributorId); in basicRemove()
526 registryObjects.add(extPoint, true); in link()
684 registryObjects = new RegistryObjectManager(this); in ExtensionRegistry()
1358 registryObjects.removeObjects(removed); in removeObject()
1359 registryObjects.addNavigableObjects(removed); in removeObject()
[all …]
H A DExtensionsParser.java391 … factory, InputSource in, String manifestName, RegistryObjectManager registryObjects, Contribution… in parseManifest() argument
394 this.objectManager = registryObjects; in parseManifest()
H A DRegistryObjectManager.java137 private String findCommonNamespaceIdentifier(RegistryObject[] registryObjects) { in findCommonNamespaceIdentifier() argument
139 for (RegistryObject currentObject : registryObjects) { in findCommonNamespaceIdentifier()