Package de.pangaea.metadataportal
Class Package
- java.lang.Object
-
- de.pangaea.metadataportal.Package
-
public final class Package extends Object
Class to get version information about panFMP.- Author:
- Uwe Schindler
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-