org.apache.tuscany.sdo.util.resource
Class SDOURIConverterImpl

java.lang.Object
  extended by org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
      extended by org.eclipse.emf.ecore.resource.impl.URIConverterImpl
          extended by org.apache.tuscany.sdo.util.resource.SDOURIConverterImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.resource.URIConverter

public class SDOURIConverterImpl
extends org.eclipse.emf.ecore.resource.impl.URIConverterImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
org.eclipse.emf.ecore.resource.impl.URIConverterImpl.Archive, org.eclipse.emf.ecore.resource.impl.URIConverterImpl.PlatformResourceOutputStream, org.eclipse.emf.ecore.resource.impl.URIConverterImpl.URIMap, org.eclipse.emf.ecore.resource.impl.URIConverterImpl.WorkbenchHelper
 
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
 
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.URIConverterImpl
workspaceRoot
 
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
SDOURIConverterImpl()
           
 
Method Summary
protected  InputStream createURLInputStream(org.eclipse.emf.common.util.URI uri)
          Disable going out to the wire.
protected  OutputStream createURLOutputStream(org.eclipse.emf.common.util.URI uri)
          Disable going out to the wire.
 
Methods inherited from class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
createArchive, createArchiveInputStream, createArchiveOutputStream, createEFSInputStream, createEFSOutputStream, createFileInputStream, createFileOutputStream, createInputStream, createInputStream, createOutputStream, createOutputStream, createPlatformResourceInputStream, createPlatformResourceOutputStream, getInternalURIMap, getInternalURIMap, isArchiveScheme, isEFSScheme
 
Methods inherited from class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
contentDescription, delete, exists, getAttributes, getContentHandlers, getURIHandler, getURIHandlers, getURIMap, normalize, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDOURIConverterImpl

public SDOURIConverterImpl()
Method Detail

createURLInputStream

protected InputStream createURLInputStream(org.eclipse.emf.common.util.URI uri)
                                    throws IOException
Disable going out to the wire.

Overrides:
createURLInputStream in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Throws:
IOException

createURLOutputStream

protected OutputStream createURLOutputStream(org.eclipse.emf.common.util.URI uri)
                                      throws IOException
Disable going out to the wire.

Overrides:
createURLOutputStream in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Throws:
IOException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.