public class URIHelper
extends java.lang.Object
| Constructor and Description |
|---|
URIHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
constructPlatformURI(Bundle bundle) |
static java.lang.String |
constructPlatformURI(IContributor contributor) |
static java.lang.String |
EMFtoPlatform(org.eclipse.emf.common.util.URI uri) |
static Bundle |
getBundle(java.lang.String contributorURI) |
static boolean |
isBundleClassUri(java.lang.String uri)
Helper method which checks if given String represents a Bundleclass URI.
|
static boolean |
isPlatformURI(java.lang.String uri)
Helper method which checks if given String represents a Platform URI.
|
public static java.lang.String constructPlatformURI(Bundle bundle)
public static java.lang.String constructPlatformURI(IContributor contributor)
public static Bundle getBundle(java.lang.String contributorURI)
public static java.lang.String EMFtoPlatform(org.eclipse.emf.common.util.URI uri)
public static boolean isPlatformURI(java.lang.String uri)
uri - a possible Platform URInull and starts with
; false otherwisepublic static boolean isBundleClassUri(java.lang.String uri)
uri - a possible Bundleclass URInull and starts with
; false otherwise