Class RepositoryInfo

java.lang.Object
org.eclipse.rdf4j.repository.manager.RepositoryInfo
All Implemented Interfaces:
Comparable<RepositoryInfo>

public class RepositoryInfo extends Object implements Comparable<RepositoryInfo>
Repository meta-information such as its id, location, description.
Author:
Jeen Broekstra
  • Constructor Details

    • RepositoryInfo

      public RepositoryInfo()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getLocation

      public URL getLocation()
    • setLocation

      public void setLocation(URL location)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isReadable

      public boolean isReadable()
    • setReadable

      public void setReadable(boolean readable)
    • isWritable

      public boolean isWritable()
    • setWritable

      public void setWritable(boolean writable)
    • compareTo

      public int compareTo(RepositoryInfo o)
      Specified by:
      compareTo in interface Comparable<RepositoryInfo>