Class DataSourceInfo

java.lang.Object
com.complexible.stardog.virtual.api.admin.DataSourceInfo

public class DataSourceInfo extends Object
Information about a data source
  • Constructor Details

    • DataSourceInfo

      public DataSourceInfo(IRI entityName, boolean sharable, boolean available, String type)
  • Method Details

    • getEntityName

      public IRI getEntityName()
    • getName

      public String getName()
    • isSharable

      public boolean isSharable()
    • isAvailable

      public boolean isAvailable()
    • getType

      public String getType()
    • toString

      public String toString()
      Overrides:
      toString in class Object