Package scriptella.spi
Class AbstractScriptellaDriver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
- All Implemented Interfaces:
ScriptellaDriver
- Direct Known Subclasses:
Driver,Driver,Driver,Driver,Driver,Driver,Driver,Driver,Driver,Driver,Driver,Driver,GenericDriver
An abstract base for Scriptella drivers.
Subclassing is more safe than directly implementing ScriptellaDriver interface.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
-
Constructor Details
-
AbstractScriptellaDriver
public AbstractScriptellaDriver()
-
-
Method Details
-
toString
- Specified by:
toStringin interfaceScriptellaDriver- Overrides:
toStringin classObject- Returns:
- Driver's meaningful name
-
getScriptellaVersion
Helper method which returns an actual version of Scriptella used at runtime.- Returns:
- project version, e.g. 1.0, or null if package info is absent.
-
getScriptellaTitle
Helper method which returns an actual product title of Scriptella used at runtime.- Returns:
- project title, e.g. Scriptella ETL, or null if package info is absent.
-