public class RepositoryEndpointProvider extends Object implements EndpointProvider<RepositoryInformation>
Endpoint
for an already configured Repository
.
If the repository is already initialized, it is assumed that the lifecycle is managed externally (see
RepositoryEndpoint
. Otherwise, FedX will make sure to take care for the lifecycle of the repository, i.e.
initialize and shutdown (see ManagedRepositoryEndpoint
).
RepositoryEndpoint
,
ManagedRepositoryEndpoint
Modifier and Type | Field and Description |
---|---|
protected Repository |
repository |
Constructor and Description |
---|
RepositoryEndpointProvider(Repository repository) |
Modifier and Type | Method and Description |
---|---|
Endpoint |
loadEndpoint(RepositoryInformation repoInfo) |
protected final Repository repository
public RepositoryEndpointProvider(Repository repository)
public Endpoint loadEndpoint(RepositoryInformation repoInfo) throws FedXException
loadEndpoint
in interface EndpointProvider<RepositoryInformation>
FedXException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.