The java org.eclipse.emf.common.util.URI.toPlatformString() method is used to convert a URI to a platform string representation. This method is commonly used in the Eclipse Modeling Framework (EMF) to convert URIs that are based on the platform's file system into strings that can be used within the Eclipse platform. The resulting platform string can be used to identify and access resources within the Eclipse workspace or plugins.
Java URI.toPlatformString - 15 examples found. These are the top rated real world Java examples of org.eclipse.emf.common.util.URI.toPlatformString extracted from open source projects. You can rate examples to help us improve the quality of examples.