public final class JarInfo
extends java.lang.Object
| Constructor and Description |
|---|
JarInfo()
Constructs a new instance that can provide build information about this
library.
|
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getBuildTime()
Gets the time at which this package was built.
|
java.lang.String |
getProjectVersion()
Gets the ion-java project version of this build.
|
public JarInfo()
throws IonException
IonException - if there's a problem loading the build info.public java.lang.String getProjectVersion()
public Timestamp getBuildTime()