|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of URI in org.eclipse.emf.codegen.ecore.generator |
Methods in org.eclipse.emf.codegen.ecore.generator that return URI | |
protected URI |
AbstractGeneratorAdapter.toURI(String pathName)
Converts the given workspace path to a URI . |
protected URI |
AbstractGeneratorAdapter.toPlatformResourceURI(URI uri)
Converts the given workspace path URI to an absolute, platform resource URI, with encoding to eliminate any invalid characters. |
Methods in org.eclipse.emf.codegen.ecore.generator with parameters of type URI | |
protected URI |
AbstractGeneratorAdapter.toPlatformResourceURI(URI uri)
Converts the given workspace path URI to an absolute, platform resource URI, with encoding to eliminate any invalid characters. |
protected void |
AbstractGeneratorAdapter.ensureContainerExists(URI workspacePath,
Monitor monitor)
Ensures that a container coresponding to the specified relative URI exists. |
protected boolean |
AbstractGeneratorAdapter.exists(URI workspacePath)
Determines whether a given workspace path URI represents a file that already exists. |
protected boolean |
AbstractGeneratorAdapter.isReadOnly(URI workspacePath)
Determines whether a given workspace path URI represents a read-only file. |
protected void |
AbstractGeneratorAdapter.setWriteable(URI workspacePath)
Sets the file represented by a workspace path URI to be writable. |
protected boolean |
AbstractGeneratorAdapter.validateEdit(URI workspacePath,
Monitor monitor)
When running under Eclipse, performs an IWorkspace.validateEdit(IFile[], Object)
for the file identified by the given workspace path URI. |
protected InputStream |
AbstractGeneratorAdapter.createInputStream(URI workspacePath)
Creates an InputStream for the file identified by the given workspace path URI. |
protected OutputStream |
AbstractGeneratorAdapter.createOutputStream(URI workspacePath)
Creates an OutputStream for the file identified by the given workspace path URI. |
protected String |
AbstractGeneratorAdapter.getContents(URI workspacePath,
String encoding)
Returns the contents of the file identified by the given workspace path URI, as read using the specified encoding. |
protected String |
AbstractGeneratorAdapter.getEncoding(URI workspacePath)
When running under Eclipse, queries the workspace to determine the correct encoding for the file identified by the given workspace path URI. |
protected Object |
AbstractGeneratorAdapter.createCodeFormatter(Map options,
URI workspacePath)
When running under Eclipse, returns a code formatter; when standalone, returns null. |
Uses of URI in org.eclipse.emf.codegen.ecore.genmodel.impl |
Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as URI | |
protected static URI |
GenBaseImpl.PLATFORM_RESOURCE_URI
Deprecated. in EMF 2.2 |
protected static URI |
GenBaseImpl.EMPTY_URI
Deprecated. in EMF 2.2 |
Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type URI | |
boolean |
GenBaseImpl.findOrCreateContainer(Monitor progressMonitor,
int style,
List pluginVariables,
URI outputURI,
boolean forceStyle)
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to
implement code generation. AbstractGeneratorAdapter provides
an equivalent to this method. This method will be removed after 2.2. |
boolean |
GenBaseImpl.exists(URI uri)
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to
implement code generation. AbstractGeneratorAdapter provides
an equivalent to this method. This method will be removed after 2.2. |
boolean |
GenBaseImpl.isReadOnly(URI uri)
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to
implement code generation. AbstractGeneratorAdapter provides
an equivalent to this method. This method will be removed after 2.2. |
InputStream |
GenBaseImpl.createInputStream(URI uri)
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to
implement code generation. AbstractGeneratorAdapter provides
an equivalent to this method. This method will be removed after 2.2. |
OutputStream |
GenBaseImpl.createOutputStream(URI uri)
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to
implement code generation. AbstractGeneratorAdapter provides
an equivalent to this method. This method will be removed after 2.2. |
String |
GenBaseImpl.getContents(URI uri)
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to
implement code generation. AbstractGeneratorAdapter provides
an equivalent to this method. This method will be removed after 2.2. |
String |
GenBaseImpl.getEncoding(URI uri)
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to
implement code generation. AbstractGeneratorAdapter provides
an equivalent to this method. This method will be removed after 2.2. |
void |
GenBaseImpl.setOverwriteable(URI uri)
Deprecated. In EMF 2.2, a GeneratorAdapter should be used to
implement code generation. AbstractGeneratorAdapter provides
an equivalent to this method. This method will be removed after 2.2. |
Uses of URI in org.eclipse.emf.codegen.ecore.genmodel.presentation |
Methods in org.eclipse.emf.codegen.ecore.genmodel.presentation with parameters of type URI | |
protected void |
GenModelEditor.doSaveAs(URI uri,
IEditorInput editorInput)
|
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 URI. |
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 URI. |
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()
|
Methods in org.eclipse.emf.common.ui with parameters of type URI | |
protected IFile |
MarkerHelper.getFile(URI uri)
|
Constructors in org.eclipse.emf.common.ui with parameters of type URI | |
URIEditorInput(URI uri)
|
Uses of URI in org.eclipse.emf.common.ui.wizard |
Fields in org.eclipse.emf.common.ui.wizard declared as URI | |
protected URI |
AbstractExampleInstallerWizard.ProjectDescriptor.contentURI
|
Methods in org.eclipse.emf.common.ui.wizard that return URI | |
URI |
AbstractExampleInstallerWizard.ProjectDescriptor.getContentURI()
|
Methods in org.eclipse.emf.common.ui.wizard with parameters of type URI | |
void |
AbstractExampleInstallerWizard.ProjectDescriptor.setContentURI(URI contentURI)
|
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.createURI(String uri,
boolean ignoreEscaped,
int fragmentLocationStyle)
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. |
static URI |
URI.createPlatformResourceURI(String pathName,
boolean encode)
Static factory method based on parsing a platform-relative path string, with an option to encode the created URI. |
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 |
FlatEObjectImpl.eProxyURI
|
protected URI |
EStringToStringMapEntryImpl.eProxyURI
|
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 |
FlatEObjectImpl.eProxyURI()
|
URI |
EStringToStringMapEntryImpl.eProxyURI()
|
URI |
EStoreEObjectImpl.EStoreEPropertiesHolderImpl.getEProxyURI()
|
URI |
DynamicEObjectImpl.DynamicEPropertiesHolderImpl.getEProxyURI()
|
URI |
BasicEObjectImpl.eProxyURI()
|
URI |
BasicEObjectImpl.EPropertiesHolder.getEProxyURI()
|
URI |
BasicEObjectImpl.EPropertiesHolderBaseImpl.getEProxyURI()
|
URI |
BasicEObjectImpl.EPropertiesHolderImpl.getEProxyURI()
|
Methods in org.eclipse.emf.ecore.impl with parameters of type URI | |
void |
FlatEObjectImpl.eSetProxyURI(URI uri)
|
void |
EStringToStringMapEntryImpl.eSetProxyURI(URI uri)
|
void |
EStoreEObjectImpl.EStoreEPropertiesHolderImpl.setEProxyURI(URI eProxyURI)
|
void |
EPackageImpl.eSetProxyURI(URI uri)
|
void |
EObjectImpl.eSetProxyURI(URI uri)
|
void |
DynamicEObjectImpl.DynamicEPropertiesHolderImpl.setEProxyURI(URI eProxyURI)
|
void |
BasicEObjectImpl.eSetProxyURI(URI uri)
|
void |
BasicEObjectImpl.EPropertiesHolder.setEProxyURI(URI eProxyURI)
|
void |
BasicEObjectImpl.EPropertiesHolderBaseImpl.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.createArchiveOutputStream(URI archiveURI)
Creates an output stream for the archive access. |
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 URIConverterImpl.Archive |
URIConverterImpl.createArchive(URI uri)
|
protected InputStream |
URIConverterImpl.createArchiveInputStream(URI archiveURI)
Creates an input stream for the archive paths 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 | |
URIConverterImpl.Archive(URI 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. |
protected URI |
ECrossReferenceAdapter.InverseCrossReferencer.normalizeURI(URI uri,
EObject objectContext)
|
Methods in org.eclipse.emf.ecore.util with parameters of type URI | |
protected List |
ECrossReferenceAdapter.InverseCrossReferencer.removeProxies(URI uri)
|
protected URI |
ECrossReferenceAdapter.InverseCrossReferencer.normalizeURI(URI uri,
EObject objectContext)
|
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)
|
Collection |
EcoreBuilder.generate(URI uri)
Given an XML schema location URI this method creates corresponding Ecore model(s) |
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 |
GenericXMLResourceFactoryImpl.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. |
|
GenericXMLResourceImpl(URI uri)
|
|
EMOFResourceImpl(URI uri)
|
Uses of URI in org.eclipse.emf.ecore.xmi.util |
Fields in org.eclipse.emf.ecore.xmi.util declared as URI | |
protected static URI |
XMLProcessor.XML_URI
|
Methods in org.eclipse.emf.ecore.xmi.util with parameters of type URI | |
Collection |
DefaultEcoreBuilder.generate(URI uri)
|
Constructors in org.eclipse.emf.ecore.xmi.util with parameters of type URI | |
XMLProcessor(URI schemaURI)
|
Uses of URI in org.eclipse.emf.ecore.xml.type.util |
Constructors in org.eclipse.emf.ecore.xml.type.util with parameters of type URI | |
XMLTypeResourceImpl(URI uri)
Creates an instance of the resource |
Uses of URI in org.eclipse.emf.edit.domain |
Methods in org.eclipse.emf.edit.domain with parameters of type URI | |
protected boolean |
AdapterFactoryEditingDomain.isReadOnlyURI(URI uri)
Returns whether to expect that the resource corresponding to the given URI form will be read only. |
Uses of URI in org.eclipse.emf.exporter |
Fields in org.eclipse.emf.exporter declared as URI | |
protected URI |
ModelExporter.directoryURI
|
protected URI |
ModelExporter.ReferencedGenPackageExportInfo.artifactURI
|
Methods in org.eclipse.emf.exporter that return URI | |
URI |
ModelExporter.getDirectoryURI()
|
protected URI |
ModelExporter.computeArtifactURI(String location)
Returns the artifact URI for a given artifact location. |
protected URI |
ModelExporter.createEncodedURI(String location)
|
URI |
ModelExporter.ReferencedGenPackageExportInfo.getArtifactURI()
|
Methods in org.eclipse.emf.exporter with parameters of type URI | |
void |
ModelExporter.loadGenModel(URI uri)
|
void |
ModelExporter.setDirectoryURI(URI directoryURI)
|
void |
ModelExporter.ReferencedGenPackageExportInfo.setArtifactURI(URI artifactURI)
|
Uses of URI in org.eclipse.emf.exporter.ui.contribution.base |
Methods in org.eclipse.emf.exporter.ui.contribution.base with parameters of type URI | |
protected String |
ModelExporterPackagePage.getArtifactText(String modelExporterId,
URI artifactURI)
|
Uses of URI in org.eclipse.emf.importer |
Methods in org.eclipse.emf.importer that return URI | |
URI |
ModelImporter.getFirstModelLocationURI(boolean resolve)
|
protected URI |
ModelImporter.makeRelative(URI uri,
URI relativeTo)
|
protected URI |
ModelImporter.makeAbsolute(URI uri,
URI relativeTo)
|
URI |
ModelImporter.createFileURI(String pathName)
|
Methods in org.eclipse.emf.importer with parameters of type URI | |
protected void |
ModelImporter.loadOriginalGenModel(URI genModelURI)
|
protected URI |
ModelImporter.makeRelative(URI uri,
URI relativeTo)
|
protected URI |
ModelImporter.makeAbsolute(URI uri,
URI relativeTo)
|
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 |
Uses of URI in org.eclipse.emf.mapping.ecore2xml.presentation |
Methods in org.eclipse.emf.mapping.ecore2xml.presentation with parameters of type URI | |
protected void |
Ecore2XMLEditor.doSaveAs(URI uri,
IEditorInput editorInput)
|
Uses of URI in org.eclipse.emf.mapping.ecore2xml.util |
Methods in org.eclipse.emf.mapping.ecore2xml.util with parameters of type URI | |
Resource |
Ecore2XMLResourceFactoryImpl.createResource(URI uri)
Creates an instance of the resource |
Constructors in org.eclipse.emf.mapping.ecore2xml.util with parameters of type URI | |
Ecore2XMLResourceImpl(URI uri)
Creates an instance of the resource |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |