Class JarInfo

java.lang.Object
com.amazon.ion.util.JarInfo

public final class JarInfo extends Object
Provides information about this release of the ion-java library.
  • Constructor Details

    • JarInfo

      public JarInfo() throws IonException
      Constructs a new instance that can provide build information about this library.
      Throws:
      IonException - if there's a problem loading the build info.
  • Method Details

    • getProjectVersion

      public String getProjectVersion()
      Gets the ion-java project version of this build.
      Returns:
      null if the package version is unknown.
    • getBuildTime

      public Timestamp getBuildTime()
      Gets the time at which this package was built.
      Returns:
      null if the build time is unknown.