Package org.eclipse.rdf4j.federated.util
Class Version
java.lang.Object
org.eclipse.rdf4j.federated.util.Version
Version utility: read the version from the Jar's manifest file.
- Author:
- Andreas Schwarte
-
Field Details
-
log
protected static final org.slf4j.Logger log -
project
-
date
-
longVersion
-
build
-
version
-
contact
-
companyName
-
productName
-
-
Method Details
-
getVersionInfo
Return the version instance- Returns:
- the
Version
instance
-
getJarPath
-
getVersionString
- Returns:
- the version string, i.e. 'FedX 1.0 alpha (build 1)'
-
printVersionInformation
public void printVersionInformation()print information to Stdout -
getProject
-
getDate
-
getLongVersion
-
getBuild
-
getVersion
-
getContact
-
getCompanyName
-
getProductName
-
main
Prints the version info.- Parameters:
args
-
-