IURIParser for listening to URI and URI variant changes.See: Description
| Interface | Description |
|---|---|
| IURIChangeListener |
This interface provides clients to register listeners against a
IURIParser for listening to URI and URI variant changes |
| IURIParser |
This interface provides variants of the URI (in case of hierarchical uris).
|
| Class | Description |
|---|---|
| AbstractURIParser |
A default implementation of
IURIParser. |
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.
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)IURIChangeListener:
This interface provides clients to register listeners against a
IURIParser for listening to URI and URI variant changes.IURIParser:
This interface provides variants of the URI
(in case of hierarchical uris). Clients should extend the AbstractURIParser
class.