de.rowa.posps.client
Class VersionInfo

java.lang.Object
  extended by de.rowa.posps.client.VersionInfo

public class VersionInfo
extends java.lang.Object

Extracts the version information from a properties file.

Author:
Michael Koch

Constructor Summary
VersionInfo()
           
VersionInfo(java.lang.Class<?> loaderClass)
          Loads the object attributes from the manifest file of the jar.
 
Method Summary
 java.lang.String getBuildDateTime()
           
 java.lang.String getBuildNumber()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionInfo

public VersionInfo()

VersionInfo

public VersionInfo(java.lang.Class<?> loaderClass)
Loads the object attributes from the manifest file of the jar.

Method Detail

getVersion

public java.lang.String getVersion()
Returns:
Implementation version from the manifest file.

getBuildNumber

public java.lang.String getBuildNumber()
Returns:
Build number from the manifest file.

getBuildDateTime

public java.lang.String getBuildDateTime()
Returns:
Build date/time from the manifest file.


Copyright © 2007-2016 Becton Dickinson. All Rights Reserved.