public class VersionReader extends Object
| Constructor and Description |
|---|
VersionReader(String module) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildTime()
Returns the
buildTime property of the manifest or null if manifest could not be found. |
String |
getReleaseVersion()
Returns the
Release-Version property of the manifest or null if manifest could not be found. |
public VersionReader(String module)
module - Initial characters of the jar file with the manifest file of interest.public String getReleaseVersion()
Release-Version property of the manifest or null if manifest could not be found.public String getBuildTime()
buildTime property of the manifest or null if manifest could not be found.Copyright © 2014–2018. All rights reserved.