Interface | Description |
---|---|
DisposableResourceSet |
A
ResourceSet that offers a dispose method. |
ProxyNotifierParserPool.IProxyCreationListener |
Describes the contract for a proxy creation listener as can be notifier from this pool's created
parsers.
|
Class | Description |
---|---|
ForwardingXMLHandler |
This implementation of an
XMLHandler will forward all calls to its delegate. |
NoNotificationParserPool |
This implementation of an
XMLParserPool aims at disabling all
notifications when the option is set, including the notifications
at the very end of parsing. |
NotLoadingResourceSet |
This implementation of a resource set will be created from a
StorageTraversal , and only those
resources that are part of the traversal will be loaded. |
ProxyNotifierParserPool |
This implementation of an XML parser pool will notify a list of
proxy
creation listeners of each and every proxy it sees while loading an XML file as an EMF model. |
StoragePathAdapter |
This will allow us to remember the storage path that allowed us to load a given resource.
|
URIStorage |
This implementation of an
IStorage will allow us to keep track of the URIHandler that's
been used to load a given URI from this uri converter. |
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.