ch.syabru.nagios.broker
Class Version

java.lang.Object
  extended by ch.syabru.nagios.broker.Version

public class Version
extends Object

Version. Loads version information from properties file.

Author:
Felix Roethenbacher

Constructor Summary
Version()
           
 
Method Summary
 String getCopyright()
           
 String getVersion()
           
 void init()
          Init method.
 void setInceptionYear(String inceptionYear)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

init

@PostConstruct
public void init()
Init method.


getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getCopyright

public String getCopyright()

setInceptionYear

public void setInceptionYear(String inceptionYear)


Copyright © 2010-2011 Syabru. All Rights Reserved.