org.freehep.util
Class PackageInfo
- java.lang.Object
-
- org.freehep.util.PackageInfo
-
public class PackageInfo extends java.lang.ObjectMethods for Package Info (version, name, ...)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.StringgetInfo(java.lang.Class clazz, java.lang.String name, java.lang.String property)retrieves the info for the package of this class either from the MANIFEST file or from the given text file situated at the root of the jar filestatic java.lang.StringgetName(java.lang.Class clazz, java.lang.String name)retrieves the namestatic java.lang.StringgetVersion(java.lang.Class clazz, java.lang.String name)retrieves the version
-
-
-
Method Detail
-
getName
public static java.lang.String getName(java.lang.Class clazz, java.lang.String name)retrieves the name
-
getVersion
public static java.lang.String getVersion(java.lang.Class clazz, java.lang.String name)retrieves the version
-
getInfo
public static java.lang.String getInfo(java.lang.Class clazz, java.lang.String name, java.lang.String property)retrieves the info for the package of this class either from the MANIFEST file or from the given text file situated at the root of the jar file
-
-
DMelt 3.0 © DataMelt by jWork.ORG