public class PackageUtil extends Object
Modifier and Type | Field and Description |
---|---|
private static String |
specTitle
Specification Title derived from Manifest.
|
private static String |
vendor
Implementation vendor derived from Manifest.
|
private static String |
version
Implementation version derived from Manifest.
|
Constructor and Description |
---|
PackageUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getSpecificationTitle()
Return the Specification Title string for the package.
|
static String |
getVendor()
Return a vendor string for the package.
|
static String |
getVersion()
Return a version string for the package.
|
private static String version
private static String vendor
private static String specTitle
public static final String getVersion()
public static final String getVendor()
public static final String getSpecificationTitle()
Copyright © 2017 Open Microscopy Environment