| Field and Description |
|---|
| org.eclipse.emf.common.notify.Notification.CREATE |
| Method and Description |
|---|
| org.eclipse.emf.common.util.URI.createDeviceURI(String)
Use
createURI, which now has explicit
device support enabled. The two methods now operate identically. |
| org.eclipse.emf.common.util.URI.createPlatformResourceURI(String)
Use
URI.createPlatformResourceURI(String, boolean) instead. |
| org.eclipse.emf.common.util.URI.createURIWithCache(String)
Please use
createURI instead. |
| org.eclipse.emf.common.util.URI.validJarAuthority(String)
As of EMF 2.0, replaced by
validArchiveAuthority. |
| Constructor and Description |
|---|
| org.eclipse.emf.common.EMFPlugin.EclipsePlugin(org.eclipse.core.runtime.IPluginDescriptor) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature