Class ManifestInfo

java.lang.Object
de.xima.fc.persistence.driver.ManifestInfo
All Implemented Interfaces:
Serializable

public final class ManifestInfo extends Object implements Serializable
Represents the manifest information of a JDBC driver.
Since:
8.5.0
Author:
Norman Lorenz
See Also:
  • Method Details

    • getBundleName

      public String getBundleName()
      The bundle name from the driver's manifest.
    • getBundleVendor

      public String getBundleVendor()
      The bundle vendor from the driver's manifest.
    • getBundleVersion

      public String getBundleVersion()
      The bundle version from the driver's manifest.
    • getBundleLicense

      public String getBundleLicense()
      The bundle license from the driver's manifest.
    • getImplTitle

      public String getImplTitle()
      The implementation title from the driver's manifest.
    • getImplVendor

      public String getImplVendor()
      The implementation vendor from the driver's manifest.
    • getImplVersion

      public String getImplVersion()
      The implementation version from the driver's manifest.
    • getSpecTitle

      public String getSpecTitle()
      The specification title from the driver's manifest.
    • getSpecVersion

      public String getSpecVersion()
      The specification version from the driver's manifest.
    • getSpecVendor

      public String getSpecVendor()
      The specification vendor from the driver's manifest.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object