| Package | Description |
|---|---|
| org.eclipse.emf.ecore.resource |
Provides an API for modeling abstract
persistent resources.
|
| org.eclipse.emf.ecore.resource.impl |
Provides an implementation of the resource API.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentHandler> |
ContentHandler.Registry.contentHandlers()
Returns a read only list of all the content handlers in the map in priority order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentHandler.Registry.put(int priority,
ContentHandler contentHandler)
Adds an additional content handler with the given priority to the map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentHandlerImpl
An implementation of a content handler.
|
class |
PlatformContentHandlerImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ContentHandler |
ContentHandlerImpl.Describer.contentHandler
The content handler delegate.
|
| Modifier and Type | Method and Description |
|---|---|
protected ContentHandler |
ContentHandlerImpl.Describer.createContentHandler(java.util.Map<java.lang.String,java.lang.String> parameters)
Returns the new content handler for the given parameters that were supplied by the registration of the Eclipse content type.
|
ContentHandler[] |
ExtensibleURIConverterImpl.ContentHandlerList.data() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentHandler> |
ContentHandlerRegistryImpl.contentHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentHandlerRegistryImpl.put(int priority,
ContentHandler contentHandler) |
| Constructor and Description |
|---|
ExtensibleURIConverterImpl(java.util.Collection<URIHandler> uriHandlers,
java.util.Collection<ContentHandler> contentHandlers)
Creates an instance.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature