|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.pangaea.metadataportal.Package
public final class Package
Class to get version information about panFMP.
| 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 |
|---|
public static final String SKIP_VERSION_CHECK_PROPERTY
| Method Detail |
|---|
public static Package get()
public static String getVersion()
public static String getProductName()
public static String getProductVendor()
public static String getFullPackageDescription()
public static void checkMinimumRequirements()
RuntimeException - if the version of Lucene and other components is too old.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||