Uses of Interface
org.eclipse.emf.common.util.ResourceLocator
Packages that use ResourceLocator
Package
Description
Provides a collection of subpackages to support the EMF
infrastructure.
Provides basic utilities.
-
Uses of ResourceLocator in org.eclipse.emf.common
Classes in org.eclipse.emf.common that implement ResourceLocatorModifier and TypeClassDescriptionfinal classThe Plugin for the model EMF.Common library.static classThe actual implementation of the Eclipse Plugin.classEMF must run within an Eclipse workbench, within a headless Eclipse workspace, or just stand-alone as part of some other application.static classThe actual implementation of an Eclipse Plugin.Fields in org.eclipse.emf.common declared as ResourceLocatorMethods in org.eclipse.emf.common that return ResourceLocatorModifier and TypeMethodDescriptionprotected ResourceLocator[]EMFPlugin.getDelegateResourceLocators()CommonPlugin.getPluginResourceLocator()abstract ResourceLocatorEMFPlugin.getPluginResourceLocator()Returns an Eclipse plugin implementation of a resource locator.protected final ResourceLocatorEMFPlugin.getPrimaryResourceLocator()Constructors in org.eclipse.emf.common with parameters of type ResourceLocator -
Uses of ResourceLocator in org.eclipse.emf.common.util
Classes in org.eclipse.emf.common.util that implement ResourceLocatorModifier and TypeClassDescriptionclassAn abstract resource locator implementation comprising aprimary locatorand a seriesdelegate locators.Methods in org.eclipse.emf.common.util that return ResourceLocatorModifier and TypeMethodDescriptionprotected abstract ResourceLocator[]DelegatingResourceLocator.getDelegateResourceLocators()Returns the delegate resource locators.protected abstract ResourceLocatorDelegatingResourceLocator.getPrimaryResourceLocator()Returns the primary resource locator.