Uses of Class
org.eclipse.emf.common.util.URI

Packages that use URI
org.eclipse.emf.common Provides a collection of subpackages to support the EMF infrastructure. 
org.eclipse.emf.common.util Provides basic utilities. 
 

Uses of URI in org.eclipse.emf.common
 

Methods in org.eclipse.emf.common that return URI
static URI CommonPlugin.asLocalURI(URI uri)
          Use the platform, if available, to convert to a local URI.
protected static URI CommonPlugin.Implementation.asLocalURI(URI uri)
          Use the platform to convert to a local URI.
protected static URI CommonPlugin.Implementation.fix(java.net.URL url, java.lang.String fragment)
           
static URI CommonPlugin.resolve(URI uri)
          Use the platform, if available, to resolve the URI.
protected static URI CommonPlugin.Implementation.resolve(URI uri)
          Use the platform to convert to a local URI.
 

Methods in org.eclipse.emf.common with parameters of type URI
static URI CommonPlugin.asLocalURI(URI uri)
          Use the platform, if available, to convert to a local URI.
protected static URI CommonPlugin.Implementation.asLocalURI(URI uri)
          Use the platform to convert to a local URI.
static URI CommonPlugin.resolve(URI uri)
          Use the platform, if available, to resolve the URI.
protected static URI CommonPlugin.Implementation.resolve(URI uri)
          Use the platform to convert to a local URI.
 

Uses of URI in org.eclipse.emf.common.util
 

Fields in org.eclipse.emf.common.util declared as URI
private  URI URI.cachedTrimFragment
           
private static URI DelegatingResourceLocator.DOT
           
 

Methods in org.eclipse.emf.common.util that return URI
 URI URI.appendFileExtension(java.lang.String fileExtension)
          Returns the URI formed by appending a period (".") followed by the specified file extension to the last path segment of this URI, if it is hierarchical with a non-empty path ending in a non-empty segment; otherwise, this URI is returned unchanged.
 URI URI.appendFragment(java.lang.String fragment)
          Returns the URI formed from this URI and the given fragment.
 URI URI.appendQuery(java.lang.String query)
          Returns the URI formed from this URI and the given query.
 URI URI.appendSegment(java.lang.String segment)
          Returns the URI formed by appending the specified segment on to the end of the path of this URI, if hierarchical; this URI unchanged, otherwise.
 URI URI.appendSegments(java.lang.String[] segments)
          Returns the URI formed by appending the specified segments on to the end of the path of this URI, if hierarchical; this URI unchanged, otherwise.
static URI URI.createDeviceURI(java.lang.String uri)
          Deprecated. Use createURI, which now has explicit device support enabled. The two methods now operate identically.
static URI URI.createFileURI(java.lang.String pathName)
          Static factory method based on parsing a File path string.
static URI URI.createGenericURI(java.lang.String scheme, java.lang.String opaquePart, java.lang.String fragment)
          Static factory method for a generic, non-hierarchical URI.
static URI URI.createHierarchicalURI(java.lang.String[] segments, java.lang.String query, java.lang.String fragment)
          Static factory method for a relative hierarchical URI with relative path.
static URI URI.createHierarchicalURI(java.lang.String scheme, java.lang.String authority, java.lang.String device, java.lang.String[] segments, java.lang.String query, java.lang.String fragment)
          Static factory method for a hierarchical URI with absolute path.
static URI URI.createHierarchicalURI(java.lang.String scheme, java.lang.String authority, java.lang.String device, java.lang.String query, java.lang.String fragment)
          Static factory method for a hierarchical URI with no path.
static URI URI.createPlatformPluginURI(java.lang.String pathName, boolean encode)
          Static factory method based on parsing a plug-in-based path string, with an option to encode the created URI.
static URI URI.createPlatformResourceURI(java.lang.String pathName)
          Deprecated. Use createPlatformResourceURI(String, boolean) instead.
static URI URI.createPlatformResourceURI(java.lang.String pathName, boolean encode)
          Static factory method based on parsing a workspace-relative path string, with an option to encode the created URI.
private static URI URI.createPlatformURI(java.lang.String unrootedBase, java.lang.String rootedBase, java.lang.String pathName, boolean encode)
           
static URI URI.createURI(java.lang.String uri)
          Static factory method based on parsing a URI string, with explicit device support and handling for archive URIs enabled.
static URI URI.createURI(java.lang.String uri, boolean ignoreEscaped)
          Static factory method that encodes and parses the given URI string.
static URI URI.createURI(java.lang.String uri, boolean ignoreEscaped, int fragmentLocationStyle)
          Static factory method that encodes and parses the given URI string.
static URI URI.createURIWithCache(java.lang.String uri)
          Deprecated. Please use createURI instead.
 URI URI.deresolve(URI base)
          Finds the shortest relative or, if necessary, the absolute URI that, when resolved against the given base absolute hierarchical URI using resolve, will yield this absolute URI.
 URI URI.deresolve(URI base, boolean preserveRootParents, boolean anyRelPath, boolean shorterRelPath)
          Finds an absolute URI that, when resolved against the given base absolute hierarchical URI using resolve, will yield this absolute URI.
 URI URI.URICache.get(java.lang.String key)
           
private static URI URI.parseIntoURI(java.lang.String uri)
           
 URI URI.replacePrefix(URI oldPrefix, URI newPrefix)
          If this is a hierarchical URI reference and oldPrefix is a prefix of it, this returns the URI formed by replacing it by newPrefix; null otherwise.
 URI URI.resolve(URI base)
          Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
 URI URI.resolve(URI base, boolean preserveRootParents)
          Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
 URI URI.trimFileExtension()
          If this URI has a non-null fileExtension, returns the URI formed by removing it; this URI unchanged, otherwise.
 URI URI.trimFragment()
          If this URI has a non-null fragment, returns the URI formed by removing it; this URI unchanged, otherwise.
 URI URI.trimQuery()
          If this URI has a non-null query, returns the URI formed by removing it; this URI unchanged, otherwise.
 URI URI.trimSegments(int i)
          Returns the URI formed by trimming the specified number of segments (including empty segments, such as one representing a trailing separator) from the end of the path of this URI, if hierarchical; otherwise, this URI is returned unchanged.
 

Methods in org.eclipse.emf.common.util with parameters of type URI
 URI URI.deresolve(URI base)
          Finds the shortest relative or, if necessary, the absolute URI that, when resolved against the given base absolute hierarchical URI using resolve, will yield this absolute URI.
 URI URI.deresolve(URI base, boolean preserveRootParents, boolean anyRelPath, boolean shorterRelPath)
          Finds an absolute URI that, when resolved against the given base absolute hierarchical URI using resolve, will yield this absolute URI.
private  java.lang.String[] URI.findRelativePath(URI base, boolean preserveRootParents)
           
private  java.lang.String[] URI.getTailSegments(URI prefix)
           
private  java.lang.String[] URI.mergePath(URI base, boolean preserveRootParents)
           
 void URI.URICache.put(java.lang.String key, URI value)
           
 URI URI.replacePrefix(URI oldPrefix, URI newPrefix)
          If this is a hierarchical URI reference and oldPrefix is a prefix of it, this returns the URI formed by replacing it by newPrefix; null otherwise.
 URI URI.resolve(URI base)
          Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
 URI URI.resolve(URI base, boolean preserveRootParents)
          Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
private  boolean URI.segmentsEqual(URI uri)
           
 



Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.