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

java.lang.Object
  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 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
uriMap, workspaceRoot
 
Fields inherited from interface org.eclipse.emf.ecore.resource.URIConverter
URI_MAP
 
Constructor Summary
SDOURIConverterImpl()
           
 
Method Summary
protected  java.io.InputStream createURLInputStream(org.eclipse.emf.common.util.URI uri)
          Disable going out to the wire.
protected  java.io.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, createFileInputStream, createFileOutputStream, createInputStream, createOutputStream, createPlatformResourceInputStream, createPlatformResourceOutputStream, getInternalURIMap, getURIMap, isArchiveScheme, normalize
 
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 java.io.InputStream createURLInputStream(org.eclipse.emf.common.util.URI uri)
                                            throws java.io.IOException
Disable going out to the wire.

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

createURLOutputStream

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

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


Copyright © 2007 Apache Software Foundation. All Rights Reserved.