This package defines the classes for providing variants of the URI (in case of hierarchical uris)
and register listeners against a IURIParser
for listening to URI and URI variant changes.
The extension point "com.ibm.xtools.emf.index.configurationEntries" requires clients to implement
the interfaces or extend the classes defined in this package.
Package Specification
- {@link com.ibm.xtools.emf.index.parser.AbstractURIParser}:
A default implementation of
IURIParser
. This class needs to
be extended by clients to provide variants
of the uri (in case of hierarchical uris)
- {@link com.ibm.xtools.emf.index.parser.IURIChangeListener}:
This interface provides clients to register listeners against a
IURIParser
for listening to URI and URI variant changes.
- {@link com.ibm.xtools.emf.index.parser.IURIParser}:
This interface provides variants of the URI
(in case of hierarchical uris). Clients should extend the
AbstractURIParser
class.