Class | Description |
---|---|
AbstractRepository |
Base class for
Repository implementation, offering common functionality. |
AbstractRepositoryConnection |
Abstract class implementing most 'convenience' methods in the
RepositoryConnection interface by transforming
parameters and mapping the methods to the basic (abstractly declared) methods. |
RepositoryBase | Deprecated
since 2.0.
|
RepositoryConnectionBase | Deprecated
since 2.0.
|
RepositoryConnectionWrapper |
Delegates all calls to the delegate RepositoryConnection.
|
RepositoryWrapper |
A
DelegatingRepository implementation that, by default, forwards all method calls to its delegate. |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.