Class DataSourceInfo
java.lang.Object
tech.oxfordsemantic.jrdfox.client.DataSourceInfo
public class DataSourceInfo
extends java.lang.Object
Encapsulates information about a data source.
- 
Constructor SummaryConstructors Constructor Description DataSourceInfo(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> parameters, int numberOfTables)
- 
Method SummaryModifier and Type Method Description booleanequals(java.lang.Object that)java.lang.StringgetName()Returns the data source name.intgetNumberOfTables()Returns the number of data source tables in this data source.java.util.Map<java.lang.String,java.lang.String>getParameters()Returns the parameters of the data source.inthashCode()
- 
Constructor Details- 
DataSourceInfopublic DataSourceInfo(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> parameters, int numberOfTables)
 
- 
- 
Method Details- 
getNamepublic java.lang.String getName()Returns the data source name.- Returns:
- the data source name
 
- 
getParameterspublic java.util.Map<java.lang.String,java.lang.String> getParameters()Returns the parameters of the data source.- Returns:
- the parameters of the data source
 
- 
getNumberOfTablespublic int getNumberOfTables()Returns the number of data source tables in this data source.- Returns:
- the number of data source tables in this data source
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- java.lang.Object
 
- 
equalspublic boolean equals(java.lang.Object that)- Overrides:
- equalsin class- java.lang.Object
 
 
-