de.pangaea.metadataportal
Class Package

java.lang.Object
  extended by de.pangaea.metadataportal.Package

public final class Package
extends Object

Class to get version information about panFMP.

Author:
Uwe Schindler

Field Summary
static String SKIP_VERSION_CHECK_PROPERTY
           
 
Method Summary
static void checkMinimumRequirements()
          Checks the minimum requirements (Lucene package, etc.).
static Package get()
          Gets package object from classloader.
static String getFullPackageDescription()
          Gets a version string to print out.
static String getProductName()
          Gets product name ("panFMP").
static String getProductVendor()
          Gets product vendor (the developer team).
static String getVersion()
          Gets version of panFMP.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SKIP_VERSION_CHECK_PROPERTY

public static final String SKIP_VERSION_CHECK_PROPERTY
See Also:
Constant Field Values
Method Detail

get

public static Package get()
Gets package object from classloader.


getVersion

public static String getVersion()
Gets version of panFMP.


getProductName

public static String getProductName()
Gets product name ("panFMP").


getProductVendor

public static String getProductVendor()
Gets product vendor (the developer team).


getFullPackageDescription

public static String getFullPackageDescription()
Gets a version string to print out.


checkMinimumRequirements

public static void checkMinimumRequirements()
Checks the minimum requirements (Lucene package, etc.).

Throws:
RuntimeException - if the version of Lucene and other components is too old.


Copyright ©2007-2009 panFMP Developers c/o Uwe Schindler