Class ResolvableRepositoryInformation
java.lang.Object
org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
org.eclipse.rdf4j.federated.endpoint.provider.ResolvableRepositoryInformation
Graph information for a 
ResolvableEndpoint where the Repository is looked up using the configured
RepositoryResolver.
Format:
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix fedx: <http://www.fluidops.com/config/fedx#> .
<http://myname> a sd:Service ;
        fedx:store "ResolvableRepository";
        fedx:repositoryName "myRepoId"
- Author:
 - Andreas Schwarte
 - See Also:
 
- 
Field Summary
Fields inherited from class RepositoryInformation
props - 
Constructor Summary
ConstructorsConstructorDescriptionResolvableRepositoryInformation(String repositoryId) ResolvableRepositoryInformation(Model graph, Resource repNode)  - 
Method Summary
Methods inherited from class RepositoryInformation
get, get, getEndpointConfiguration, getId, getLocation, getName, getType, isWritable, setEndpointConfiguration, setProperty, setType, setWritable 
- 
Constructor Details
- 
ResolvableRepositoryInformation
 - 
ResolvableRepositoryInformation
 
 - 
 - 
Method Details
- 
initialize
 
 -