Class FedXRepositoryConfigBuilder
java.lang.Object
org.eclipse.rdf4j.federated.repository.FedXRepositoryConfigBuilder
Builder for
FedXRepositoryConfig
- Author:
- Andreas Schwarte
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build theFedXRepositoryConfig
that can be used in theRepositoryConfig
.Build theRepositoryConfig
static FedXRepositoryConfigBuilder
create()
withMembers
(Collection<Statement> members) withResolvableEndpoint
(String memberId) withResolvableEndpoint
(Collection<String> memberIds)
-
Method Details
-
create
-
withResolvableEndpoint
-
withResolvableEndpoint
-
withMembers
-
build
Build theFedXRepositoryConfig
that can be used in theRepositoryConfig
.- Returns:
- the
FedXRepositoryConfig
-
build
Build theRepositoryConfig
- Parameters:
repositoryId
- the repository identifierrepositoryTitle
- the repository title- Returns:
- the
RepositoryConfig
(incorporatingFedXRepositoryConfig
)
-