java.lang.Object
com.pervasive.datarush.authentication.Version
Describes the version of the DataRush installation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the version number of the installed DataFlow.Gets build information about the installed DataRush.Gets the version number of the installed DataRush.
-
Constructor Details
-
Version
public Version()Creates a new version descriptor.
-
-
Method Details
-
getDataflowVersion
Gets the version number of the installed DataFlow. This value is obtained from the properties file generated by write-property-file Maven plugin- Returns:
- the version of DataFlow installed
-
getSpecificationVersion
Gets the version number of the installed DataRush. This value is obtained from the specification version in the jarfile's manifest.- Returns:
- the version of DataRush which is installed
-
getImplementationVersion
Gets build information about the installed DataRush. This is more detailed data than is provided bygetSpecificationVersion()and is typically only required by support personnel. This value is obtained from the implementation version in the jarfile's manifest.- Returns:
- build information about the installed version of DataRush
-