Class Version

java.lang.Object
org.eclipse.rdf4j.federated.util.Version

@Deprecated(forRemoval=true) public class Version extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static final org.slf4j.Logger
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
     
    protected String
    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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static Version
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the version instance
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    main(String[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Prints the version info.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    print information to Stdout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static final org.slf4j.Logger log
      Deprecated, for removal: This API element is subject to removal in a future version.
    • project

      protected String project
      Deprecated, for removal: This API element is subject to removal in a future version.
    • date

      protected String date
      Deprecated, for removal: This API element is subject to removal in a future version.
    • longVersion

      protected String longVersion
      Deprecated, for removal: This API element is subject to removal in a future version.
    • build

      protected String build
      Deprecated, for removal: This API element is subject to removal in a future version.
    • version

      protected String version
      Deprecated, for removal: This API element is subject to removal in a future version.
    • contact

      protected String contact
      Deprecated, for removal: This API element is subject to removal in a future version.
    • companyName

      protected String companyName
      Deprecated, for removal: This API element is subject to removal in a future version.
    • productName

      protected String productName
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getVersionInfo

      public static Version getVersionInfo()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Return the version instance
      Returns:
      the Version instance
    • getJarPath

      protected String getJarPath()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getVersionString

      public String 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

      public String getProject()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDate

      public String getDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLongVersion

      public String getLongVersion()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBuild

      public String getBuild()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getVersion

      public String getVersion()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getContact

      public String getContact()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCompanyName

      public String getCompanyName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getProductName

      public String getProductName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • main

      public static void main(String[] args)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Prints the version info.
      Parameters:
      args -