|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
org.eclipse.emf.compare.ui.team.AbstractResolvingURIConverter
public abstract class AbstractResolvingURIConverter
A converter, which performs automatic resolving of relative resources during normalization.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl |
---|
org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.ContentHandlerList, org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIHandlerList, org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIMap |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.URIConverter |
---|
org.eclipse.emf.ecore.resource.URIConverter.Cipher, org.eclipse.emf.ecore.resource.URIConverter.Readable, org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream, org.eclipse.emf.ecore.resource.URIConverter.Writeable, org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream |
Field Summary |
---|
Fields inherited from class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl |
---|
contentHandlers, uriHandlers, uriMap |
Fields inherited from interface org.eclipse.emf.ecore.resource.URIConverter |
---|
ATTRIBUTE_ARCHIVE, ATTRIBUTE_DIRECTORY, ATTRIBUTE_EXECUTABLE, ATTRIBUTE_HIDDEN, ATTRIBUTE_LENGTH, ATTRIBUTE_READ_ONLY, ATTRIBUTE_TIME_STAMP, INSTANCE, NULL_TIME_STAMP, OPTION_REQUESTED_ATTRIBUTES, OPTION_RESPONSE, OPTION_URI_CONVERTER, RESPONSE_TIME_STAMP_PROPERTY, URI_MAP |
Constructor Summary | |
---|---|
AbstractResolvingURIConverter()
|
Method Summary | |
---|---|
org.eclipse.emf.common.util.URI |
normalize(org.eclipse.emf.common.util.URI uri)
|
protected abstract org.eclipse.emf.common.util.URI |
resolve(org.eclipse.emf.common.util.URI relativeUri)
Called to delegate resvoling of a given relative uri to an absolute one. |
Methods inherited from class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl |
---|
contentDescription, createInputStream, createInputStream, createOutputStream, createOutputStream, delete, exists, getAttributes, getContentHandlers, getInternalURIMap, getURIHandler, getURIHandlers, getURIMap, setAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractResolvingURIConverter()
Method Detail |
---|
public org.eclipse.emf.common.util.URI normalize(org.eclipse.emf.common.util.URI uri)
normalize
in interface org.eclipse.emf.ecore.resource.URIConverter
normalize
in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
ExtensibleURIConverterImpl.normalize(org.eclipse.emf.common.util.URI)
protected abstract org.eclipse.emf.common.util.URI resolve(org.eclipse.emf.common.util.URI relativeUri) throws org.eclipse.core.runtime.CoreException
relativeUri
- the relative uri to resolve.
org.eclipse.core.runtime.CoreException
- in case resolving could not be successfully performed.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |