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