public class DataSourceInfo
extends Object
Information about a data source
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
DataSourceInfo
public DataSourceInfo(IRI entityName,
boolean sharable,
boolean available,
String type)
-
Method Details
-
getEntityName
public IRI getEntityName()
-
-
isSharable
public boolean isSharable()
-
isAvailable
public boolean isAvailable()
-
-