Class RepositoryInformation

java.lang.Object
org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
Direct Known Subclasses:
NativeRepositoryInformation, RemoteRepositoryRepositoryInformation, ResolvableRepositoryInformation, SPARQLRepositoryInformation

public class RepositoryInformation extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getName

      public String getName()
    • getLocation

      public String getLocation()
    • getType

      public EndpointType getType()
    • getEndpointConfiguration

      public EndpointConfiguration getEndpointConfiguration()
      Returns:
      the optional EndpointConfiguration or null
    • setEndpointConfiguration

      public void setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
    • get

      public String get(String key)
    • get

      public String get(String key, String def)
    • setProperty

      public void setProperty(String key, String value)
    • setType

      public void setType(EndpointType type)
    • isWritable

      public boolean isWritable()
      Returns:
      the writable
    • setWritable

      public void setWritable(boolean writable)
      Parameters:
      writable - the writable to set