public class UriExtensions
extends java.lang.Object
| Constructor and Description |
|---|
UriExtensions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toDecodedString(java.net.URI uri)
Converts a java.net.URI to a decoded string
|
org.eclipse.emf.common.util.URI |
toEmfUri(java.net.URI netUri)
Returns an URI with empty authority, if authority is absent (null) and has file scheme.
|
org.eclipse.emf.common.util.URI |
toUri(java.lang.String stringUri)
Returns an URI with empty authority, if authority is absent (null) and has file scheme.
|
org.eclipse.emf.common.util.URI |
withEmptyAuthority(org.eclipse.emf.common.util.URI uri)
Converts the file URIs with an absent (null) authority to one with an empty ("") authority
|
public org.eclipse.emf.common.util.URI toUri(java.lang.String stringUri)
public org.eclipse.emf.common.util.URI toEmfUri(java.net.URI netUri)
public java.lang.String toDecodedString(java.net.URI uri)
public org.eclipse.emf.common.util.URI withEmptyAuthority(org.eclipse.emf.common.util.URI uri)