net.sf.advjavacalendar.util
Class Version

java.lang.Object
  extended by net.sf.advjavacalendar.util.Version

public class Version
extends java.lang.Object

Class to find out what version of Advanced Java Calendar is used

Author:
probstl

Constructor Summary
Version()
           
 
Method Summary
static java.lang.String getVersion()
          Returns the Version String of the pom.properties
static boolean isDevelopment()
          Returns AJC running in development mode (not started from JAR file)
 
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

isDevelopment

public static boolean isDevelopment()
Returns AJC running in development mode (not started from JAR file)

Returns:

getVersion

public static java.lang.String getVersion()
Returns the Version String of the pom.properties

Returns:


Copyright © 2008 null. All Rights Reserved.