public class EMFURIConverter extends ExtensibleURIConverterImpl
ExtensibleURIConverterImpl.ContentHandlerList, ExtensibleURIConverterImpl.URIHandlerList, ExtensibleURIConverterImpl.URIMap
URIConverter.Cipher, URIConverter.Loadable, URIConverter.Readable, URIConverter.ReadableInputStream, URIConverter.Saveable, URIConverter.Writeable, URIConverter.WriteableOutputStream
contentHandlers, uriHandlers, uriMap
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_TIMEOUT, OPTION_URI_CONVERTER, RESPONSE_TIME_STAMP_PROPERTY, RESPONSE_URI, URI_MAP
Constructor and Description |
---|
EMFURIConverter(List<String> moduleSearchPaths)
Creates a new instance of EMFURIConverter taking the
moduleSearchPaths
as an argument. |
EMFURIConverter(List<String> moduleSearchPaths,
Map<URI,URI> uriMap)
Creates a new instance of EMFURIConverter taking the
moduleSearchPaths
and the existing URI Map as arguments. |
Modifier and Type | Method and Description |
---|---|
URI |
normalize(URI uri)
Overridden to provide the normalization of uris given the module search paths.
|
contentDescription, createInputStream, createInputStream, createOutputStream, createOutputStream, delete, exists, getAttributes, getContentHandlers, getInternalURIMap, getURIHandler, getURIHandlers, getURIMap, setAttributes
public EMFURIConverter(List<String> moduleSearchPaths, Map<URI,URI> uriMap)
moduleSearchPaths
and the existing URI Map as arguments. These are the paths used to attempt to normalize a given URI during
the call to normalize(URI)
provided that it couldn't be found in the normal manner.moduleSearchPaths
- the paths to search for modules.uriMap
- public EMFURIConverter(List<String> moduleSearchPaths)
moduleSearchPaths
as an argument. These are the paths used to attempt to normalize a given URI during
the call to normalize(URI)
provided that it couldn't be found in the normal manner.moduleSearchPaths
- the paths to search for modules.public URI normalize(URI uri)
normalize
in interface URIConverter
normalize
in class ExtensibleURIConverterImpl
URIConverter.normalize(org.eclipse.emf.common.util.URI)
Copyright © 2003–2014 AndroMDA.org. All rights reserved.