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

Packages that use URI
org.eclipse.emf.codegen.ecore.genmodel.presentation   
org.eclipse.emf.codegen.jet   
org.eclipse.emf.common Provides a collection of subpackages to support the EMF infrastructure. 
org.eclipse.emf.common.ui This provides generally reusable extensions for the Eclipse UI 
org.eclipse.emf.common.util Provides basic utilities. 
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.action   
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.plugin Provides platform neutral integration with Eclipse. 
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
org.eclipse.emf.ecore.resource Provides an API for modeling abstract persistent resources.  
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API.  
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.mapping.ecore2ecore.util   
 

Uses of URI in org.eclipse.emf.codegen.ecore.genmodel.presentation
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.presentation that return URI
protected  URI EMFProjectWizard.makeRelative(URI uri, URI relativeTo)
           
protected  URI EMFProjectWizard.makeAbsolute(URI uri, URI relativeTo)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.presentation with parameters of type URI
protected  URI EMFProjectWizard.makeRelative(URI uri, URI relativeTo)
           
protected  URI EMFProjectWizard.makeAbsolute(URI uri, URI relativeTo)
           
 

Uses of URI in org.eclipse.emf.codegen.jet
 

Methods in org.eclipse.emf.codegen.jet with parameters of type URI
protected  void JETCompileTemplateOperation.consider(URI baseURI, URI localURI, File file)
           
 

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.
static URI CommonPlugin.resolve(URI uri)
          Use the platform, if available, to resolve the URL.
protected static URI CommonPlugin.Implementation.asLocalURI(URI uri)
          Use the platform to convert to a local URI.
protected static URI CommonPlugin.Implementation.resolve(URI uri)
          Use the platform to convert to a local URI.
protected static URI CommonPlugin.Implementation.fix(URL url, String fragment)
           
 

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.
static URI CommonPlugin.resolve(URI uri)
          Use the platform, if available, to resolve the URL.
protected static URI CommonPlugin.Implementation.asLocalURI(URI uri)
          Use the platform to convert to a local 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.ui
 

Methods in org.eclipse.emf.common.ui that return URI
 URI URIEditorInput.getURI()
           
 

Constructors in org.eclipse.emf.common.ui with parameters of type URI
URIEditorInput(URI uri)
           
 

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

Methods in org.eclipse.emf.common.util that return URI
static URI URI.createGenericURI(String scheme, String opaquePart, String fragment)
          Static factory method for a generic, non-hierarchical URI.
static URI URI.createHierarchicalURI(String scheme, String authority, String device, String query, String fragment)
          Static factory method for a hierarchical URI with no path.
static URI URI.createHierarchicalURI(String scheme, String authority, String device, String[] segments, String query, String fragment)
          Static factory method for a hierarchical URI with absolute path.
static URI URI.createHierarchicalURI(String[] segments, String query, String fragment)
          Static factory method for a relative hierarchical URI with relative path.
static URI URI.createURI(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(String uri, boolean ignoreEscaped)
          Static factory method that encodes and parses the given URI string.
static URI URI.createDeviceURI(String uri)
          Deprecated. Use createURI, which now has explicit device support enabled. The two methods now operate identically.
static URI URI.createURIWithCache(String uri)
          Deprecated. Please use createURI instead.
static URI URI.createFileURI(String pathName)
          Static factory method based on parsing a File path string.
static URI URI.createPlatformResourceURI(String pathName)
          Static factory method based on parsing a platform-relative path string.
 URI URI.appendQuery(String query)
          Returns the URI formed from this URI and the given query.
 URI URI.trimQuery()
          If this URI has a non-null query, returns the URI formed by removing it; this URI unchanged, otherwise.
 URI URI.appendFragment(String fragment)
          Returns the URI formed from this URI and the given fragment.
 URI URI.trimFragment()
          If this URI has a non-null fragment, returns the URI formed by removing it; this URI unchanged, 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.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.appendSegment(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(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.
 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.
 URI URI.appendFileExtension(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.trimFileExtension()
          If this URI has a non-null fileExtension, returns the URI formed by removing it; this URI unchanged, otherwise.
 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.
 

Methods in org.eclipse.emf.common.util with parameters of type URI
 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.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.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.
 

Uses of URI in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return URI
 URI InternalEObject.eProxyURI()
          Returns the proxy URI of this object.
 

Methods in org.eclipse.emf.ecore with parameters of type URI
 void InternalEObject.eSetProxyURI(URI uri)
          Set the proxy URI of this object.
 

Uses of URI in org.eclipse.emf.ecore.action
 

Fields in org.eclipse.emf.ecore.action declared as URI
protected static URI CreateDynamicInstanceAction.PLATFORM_RESOURCE
           
 

Uses of URI in org.eclipse.emf.ecore.impl
 

Fields in org.eclipse.emf.ecore.impl declared as URI
protected  URI EStoreEObjectImpl.EStoreEPropertiesHolderImpl.eProxyURI
           
protected  URI DynamicEObjectImpl.DynamicEPropertiesHolderImpl.eProxyURI
           
protected  URI BasicEObjectImpl.EPropertiesHolderImpl.eProxyURI
           
 

Methods in org.eclipse.emf.ecore.impl that return URI
 URI EStoreEObjectImpl.EStoreEPropertiesHolderImpl.getEProxyURI()
           
 URI DynamicEObjectImpl.DynamicEPropertiesHolderImpl.getEProxyURI()
           
 URI BasicEObjectImpl.eProxyURI()
           
 URI BasicEObjectImpl.EPropertiesHolder.getEProxyURI()
           
 URI BasicEObjectImpl.EPropertiesHolderImpl.getEProxyURI()
           
 

Methods in org.eclipse.emf.ecore.impl with parameters of type URI
 void EStoreEObjectImpl.EStoreEPropertiesHolderImpl.setEProxyURI(URI eProxyURI)
           
 void EObjectImpl.eSetProxyURI(URI uri)
           
 void DynamicEObjectImpl.DynamicEPropertiesHolderImpl.setEProxyURI(URI eProxyURI)
           
 void BasicEObjectImpl.eSetProxyURI(URI uri)
           
 void BasicEObjectImpl.EPropertiesHolder.setEProxyURI(URI eProxyURI)
           
 void BasicEObjectImpl.EPropertiesHolderImpl.setEProxyURI(URI eProxyURI)
           
 

Uses of URI in org.eclipse.emf.ecore.plugin
 

Methods in org.eclipse.emf.ecore.plugin that return URI
static URI EcorePlugin.resolvePlatformResourcePath(String platformResourcePath)
          Resolves a platform resource path of the form "/project/path" against the platform resource map.
 

Uses of URI in org.eclipse.emf.ecore.presentation
 

Methods in org.eclipse.emf.ecore.presentation with parameters of type URI
protected  void EcoreEditor.doSaveAs(URI uri, IEditorInput editorInput)
           
 

Uses of URI in org.eclipse.emf.ecore.resource
 

Methods in org.eclipse.emf.ecore.resource that return URI
 URI URIConverter.normalize(URI uri)
          Returns the normalized form of the URI.
 URI Resource.getURI()
          Returns the URI of this resource.
 

Methods in org.eclipse.emf.ecore.resource with parameters of type URI
 URI URIConverter.normalize(URI uri)
          Returns the normalized form of the URI.
 InputStream URIConverter.createInputStream(URI uri)
          Creates an input stream for the URI and returns it.
 OutputStream URIConverter.createOutputStream(URI uri)
          Creates an output stream for the URI and returns it.
 EObject ResourceSet.getEObject(URI uri, boolean loadOnDemand)
          Returns the object resolved by the URI.
 Resource ResourceSet.getResource(URI uri, boolean loadOnDemand)
          Returns the resource resolved by the URI.
 Resource ResourceSet.createResource(URI uri)
          Creates a new resource, of the appropriate type, and returns it.
 void Resource.setURI(URI uri)
          Sets the URI of this resource.
 Resource Resource.Factory.createResource(URI uri)
          Creates a resource with the given URI and returns it.
 Resource.Factory Resource.Factory.Registry.getFactory(URI uri)
          Returns the resource factory appropriate for the given URI.
 

Uses of URI in org.eclipse.emf.ecore.resource.impl
 

Fields in org.eclipse.emf.ecore.resource.impl declared as URI
protected  URI ResourceImpl.uri
          The URI.
 

Methods in org.eclipse.emf.ecore.resource.impl that return URI
 URI URIMappingRegistryImpl.getURI(URI uri)
          Returns the remapped URI, or the URI itself.
protected  URI URIMappingRegistryImpl.delegatedGetURI(URI uri)
          Returns the mapped URI for the given URI, when standard alternatives fail.
 URI URIMappingRegistryImpl.URIMapImpl.getURI(URI uri)
          Returns the remapped URI, or the URI itself.
 URI URIConverterImpl.normalize(URI uri)
          Returns the normalized form of the URI.
 URI URIConverterImpl.URIMap.getURI(URI uri)
          Returns the remapped URI, or the URI itself.
 URI ResourceImpl.getURI()
           
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type URI
 URI URIMappingRegistryImpl.getURI(URI uri)
          Returns the remapped URI, or the URI itself.
protected  URI URIMappingRegistryImpl.delegatedGetURI(URI uri)
          Returns the mapped URI for the given URI, when standard alternatives fail.
 URI URIMappingRegistryImpl.URIMapImpl.getURI(URI uri)
          Returns the remapped URI, or the URI itself.
 OutputStream URIConverterImpl.createOutputStream(URI uri)
          Creates an output stream for the URI and returns it.
protected  OutputStream URIConverterImpl.createURLOutputStream(URI uri)
          Creates an output stream for the URI, assuming it's a URL, and returns it.
 InputStream URIConverterImpl.createInputStream(URI uri)
          Creates an input stream for the URI and returns it.
protected  InputStream URIConverterImpl.createURLInputStream(URI uri)
          Creates an input stream for the URI, assuming it's a URL, and returns it.
 URI URIConverterImpl.normalize(URI uri)
          Returns the normalized form of the URI.
 URI URIConverterImpl.URIMap.getURI(URI uri)
          Returns the remapped URI, or the URI itself.
 EObject ResourceSetImpl.getEObject(URI uri, boolean loadOnDemand)
           
protected  Resource ResourceSetImpl.demandCreateResource(URI uri)
          Creates a new resource appropriate for the URI.
protected  Resource ResourceSetImpl.delegatedGetResource(URI uri, boolean loadOnDemand)
          Returns a resolved resource available outside of the resource set.
 Resource ResourceSetImpl.getResource(URI uri, boolean loadOnDemand)
           
 Resource ResourceSetImpl.createResource(URI uri)
           
 void ResourceImpl.setURI(URI uri)
           
 Resource.Factory ResourceFactoryRegistryImpl.getFactory(URI uri)
          Returns the resource factory appropriate for the given URI.
protected  Resource.Factory ResourceFactoryRegistryImpl.delegatedGetFactory(URI uri)
          Returns the resource factory appropriate for the given URI, when standard alternatives fail.
 Resource ResourceFactoryImpl.createResource(URI uri)
          Returns a newly allocated default resource implementation.
 

Constructors in org.eclipse.emf.ecore.resource.impl with parameters of type URI
ResourceImpl(URI uri)
          Creates an instance with the given URI.
 

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

Methods in org.eclipse.emf.ecore.util that return URI
static URI EcoreUtil.getURI(EObject eObject)
          Returns a URI for the eObject, i.e., either the eProxyURI, the URI of the eResource with the fragment produced by the eResource, or the URI consisting of just the fragment that would be produced by a default Resource with the eObject as its only contents.
 

Uses of URI in org.eclipse.emf.ecore.xmi
 

Methods in org.eclipse.emf.ecore.xmi that return URI
 URI XMLHelper.deresolve(URI uri)
          Returns a relative URI if necessary and if possible.
 URI XMLHelper.resolve(URI relative, URI base)
           
 

Methods in org.eclipse.emf.ecore.xmi with parameters of type URI
 URI XMLHelper.deresolve(URI uri)
          Returns a relative URI if necessary and if possible.
 URI XMLHelper.resolve(URI relative, URI base)
           
 

Uses of URI in org.eclipse.emf.ecore.xmi.impl
 

Fields in org.eclipse.emf.ecore.xmi.impl declared as URI
protected  URI XMLHelperImpl.resourceURI
           
protected  URI XMLHandler.resourceURI
           
 

Methods in org.eclipse.emf.ecore.xmi.impl that return URI
protected  URI XMLHelperImpl.handleDanglingHREF(EObject object)
           
protected  URI XMLHelperImpl.getHREF(Resource otherResource, EObject obj)
           
 URI XMLHelperImpl.deresolve(URI uri)
           
 URI XMLHelperImpl.resolve(URI relative, URI base)
           
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type URI
 Resource XMLResourceFactoryImpl.createResource(URI uri)
          Creates an XMLResourceImpl and returns it.
 URI XMLHelperImpl.deresolve(URI uri)
           
 URI XMLHelperImpl.resolve(URI relative, URI base)
           
 Resource XMIResourceFactoryImpl.createResource(URI uri)
           
 Resource EcoreResourceFactoryImpl.createResource(URI uri)
           
 Resource EMOFResourceFactoryImpl.createResource(URI uri)
           
 

Constructors in org.eclipse.emf.ecore.xmi.impl with parameters of type URI
XMLResourceImpl(URI uri)
          Constructor for XMLResourceImpl.
XMIResourceImpl(URI uri)
          Constructor for XMIResourceImpl.
EMOFResourceImpl(URI uri)
           
 

Uses of URI in org.eclipse.emf.mapping.ecore2ecore.util
 

Methods in org.eclipse.emf.mapping.ecore2ecore.util with parameters of type URI
 Resource Ecore2EcoreResourceFactoryImpl.createResource(URI uri)
          Creates an instance of the resource
 

Constructors in org.eclipse.emf.mapping.ecore2ecore.util with parameters of type URI
Ecore2EcoreResourceImpl(URI uri)
          Creates an instance of the resource
 


Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.