Package org.eclipse.rdf4j.federated.util
Class Version
java.lang.Object
org.eclipse.rdf4j.federated.util.Version
Deprecated, for removal: This API element is subject to removal in a future version.
Version utility: read the version from the Jar's manifest file.
- Author:
- Andreas Schwarte
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.protected static final org.slf4j.LoggerDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetBuild()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getDate()Deprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static VersionDeprecated, for removal: This API element is subject to removal in a future version.Return the version instanceDeprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.Prints the version info.voidDeprecated, for removal: This API element is subject to removal in a future version.print information to Stdout
-
Field Details
-
log
protected static final org.slf4j.Logger logDeprecated, for removal: This API element is subject to removal in a future version. -
project
Deprecated, for removal: This API element is subject to removal in a future version. -
date
Deprecated, for removal: This API element is subject to removal in a future version. -
longVersion
Deprecated, for removal: This API element is subject to removal in a future version. -
build
Deprecated, for removal: This API element is subject to removal in a future version. -
version
Deprecated, for removal: This API element is subject to removal in a future version. -
contact
Deprecated, for removal: This API element is subject to removal in a future version. -
companyName
Deprecated, for removal: This API element is subject to removal in a future version. -
productName
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getVersionInfo
Deprecated, for removal: This API element is subject to removal in a future version.Return the version instance- Returns:
- the
Versioninstance
-
getJarPath
Deprecated, for removal: This API element is subject to removal in a future version. -
getVersionString
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the version string, i.e. 'FedX 1.0 alpha (build 1)'
-
printVersionInformation
public void printVersionInformation()Deprecated, for removal: This API element is subject to removal in a future version.print information to Stdout -
getProject
Deprecated, for removal: This API element is subject to removal in a future version. -
getDate
Deprecated, for removal: This API element is subject to removal in a future version. -
getLongVersion
Deprecated, for removal: This API element is subject to removal in a future version. -
getBuild
Deprecated, for removal: This API element is subject to removal in a future version. -
getVersion
Deprecated, for removal: This API element is subject to removal in a future version. -
getContact
Deprecated, for removal: This API element is subject to removal in a future version. -
getCompanyName
Deprecated, for removal: This API element is subject to removal in a future version. -
getProductName
Deprecated, for removal: This API element is subject to removal in a future version. -
main
Deprecated, for removal: This API element is subject to removal in a future version.Prints the version info.- Parameters:
args-
-