| 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. |
Copyright © 2019. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature