Package com.amazon.ion.util
Class JarInfo
java.lang.Object
com.amazon.ion.util.JarInfo
Provides information about this release of the ion-java library.
-
Constructor Summary
ConstructorsConstructorDescriptionJarInfo()Constructs a new instance that can provide build information about this library. -
Method Summary
Modifier and TypeMethodDescriptionGets the time at which this package was built.Gets the ion-java project version of this build.
-
Constructor Details
-
JarInfo
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
Gets the ion-java project version of this build.- Returns:
- null if the package version is unknown.
-
getBuildTime
Gets the time at which this package was built.- Returns:
- null if the build time is unknown.
-