Class DriverInfo
java.lang.Object
com.denodo.scheduler.client.jdbcdriver.DriverInfo
- All Implemented Interfaces:
Serializable
Encapsulates the basic information of a jdbc driver registered in the application. The driver
could be loaded from the drivers folder or submitted by the user. If the driver is copied in the
plugins folder by the user, he/she could not retrieve its information unless he/she explicitly
would store it in the data base.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDriverInfo(Long id, String driverName, String dataBaseAdapter, String dataBaseVersion, String className, String uriTemplate, String registrar) DriverInfo(Long id, String driverName, String dataBaseAdapter, String dataBaseVersion, String className, String uriTemplate, String registrar, Boolean validForMetadata, Set<String> jarFiles) DriverInfo(Long id, String driverName, String dataBaseAdapter, String dataBaseVersion, String className, String uriTemplate, String registrar, Set<String> jarFiles) DriverInfo(String driverName, String dataBaseAdapter, String dataBaseVersion, String className, String uriTemplate, String registrar, Boolean validForMetadata, Set<String> jarFiles) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether an instance of this class is equals to the one passed as a parameter or not.getId()getKey()static StringinthashCode()Returns the hash code of an instance of this class.booleanisCore()voidsetClassName(String className) voidsetDataBaseAdapter(String dataBaseAdapter) voidsetDataBaseVersion(String dataBaseVersion) voidsetDriverName(String driverName) voidvoidsetJarFiles(Set<String> jarFiles) voidsetRegistrar(String registrar) voidsetUriTemplate(String uriTemplate) toString()
-
Constructor Details
-
DriverInfo
public DriverInfo() -
DriverInfo
-
DriverInfo
-
DriverInfo
-
DriverInfo
-
-
Method Details
-
getId
-
setId
-
getKey
-
getDriverName
-
setDriverName
-
getDataBaseAdapter
-
setDataBaseAdapter
-
getDataBaseVersion
-
setDataBaseVersion
-
getClassName
-
setClassName
-
getUriTemplate
-
setUriTemplate
-
getRegistrar
-
setRegistrar
-
getJarFiles
-
setJarFiles
-
isValidForMetadata
-
isCore
public boolean isCore() -
hashCode
public int hashCode()Returns the hash code of an instance of this class. The resulting hash code is the sum of the name and value hash codes. -
equals
Returns whether an instance of this class is equals to the one passed as a parameter or not. This method returns true if the name and the value are equal for both parameters. Returns false otherwise. -
toString
-
getKey
-