Class RepositoryInformation
java.lang.Object
org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
- Direct Known Subclasses:
NativeRepositoryInformation
,RemoteRepositoryRepositoryInformation
,ResolvableRepositoryInformation
,SPARQLRepositoryInformation
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionRepositoryInformation
(String id, String name, String location, EndpointType type) protected
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getType()
boolean
void
setEndpointConfiguration
(EndpointConfiguration endpointConfiguration) void
setProperty
(String key, String value) void
setType
(EndpointType type) void
setWritable
(boolean writable)
-
Field Details
-
props
-
-
Constructor Details
-
RepositoryInformation
-
RepositoryInformation
-
-
Method Details
-
getId
-
getName
-
getLocation
-
getType
-
getEndpointConfiguration
- Returns:
- the optional
EndpointConfiguration
ornull
-
setEndpointConfiguration
-
get
-
get
-
setProperty
-
setType
-
isWritable
public boolean isWritable()- Returns:
- the writable
-
setWritable
public void setWritable(boolean writable) - Parameters:
writable
- the writable to set
-