public class ManifestMiniDumper extends Object
| Modifier and Type | Field and Description |
|---|---|
static Attributes.Name |
BUNDLE_NAME
The Constant BUNDLE_NAME.
|
static Attributes.Name |
BUNDLE_SYMBOLIC_NAME
The Constant BUNDLE_SYMBOLIC_NAME.
|
static Attributes.Name |
BUNDLE_VERSION
The Constant BUNDLE_VERSION.
|
static Attributes.Name |
EXTENSION_LIST
Name object for Extension-List manifest
attribute used for declaring dependencies on installed extensions. |
static Attributes.Name |
EXTENSION_NAME
Name object for Extension-Name manifest
attribute used for declaring dependencies on installed extensions. |
static Attributes.Name |
IMPLEMENTATION_TITLE
Name object for Implementation-Title manifest
attribute used for package versioning. |
static Attributes.Name |
IMPLEMENTATION_VENDOR
Name object for Implementation-Vendor manifest
attribute used for package versioning. |
static Attributes.Name |
IMPLEMENTATION_VENDOR_ID
Name object for Implementation-Vendor-Id
manifest attribute used for package versioning. |
static Attributes.Name |
IMPLEMENTATION_VERSION
Name object for Implementation-Version manifest
attribute used for package versioning. |
static Attributes.Name[] |
PACKAGE
The Constant PACKAGE.
|
static Attributes.Name |
SPECIFICATION_TITLE
Name object for Specification-Title manifest
attribute used for package versioning. |
static Attributes.Name |
SPECIFICATION_VENDOR
Name object for Specification-Vendor manifest
attribute used for package versioning. |
static Attributes.Name |
SPECIFICATION_VERSION
Name object for Specification-Version manifest
attribute used for package versioning. |
static Attributes.Name[] |
TITLE
The Constant TITLE.
|
static Attributes.Name[] |
VERSIONS
The Constant VERSIONS.
|
| Constructor and Description |
|---|
ManifestMiniDumper() |
public static final Attributes.Name EXTENSION_LIST
Name object for Extension-List manifest
attribute used for declaring dependencies on installed extensions.public static final Attributes.Name EXTENSION_NAME
Name object for Extension-Name manifest
attribute used for declaring dependencies on installed extensions.public static final Attributes.Name IMPLEMENTATION_TITLE
Name object for Implementation-Title manifest
attribute used for package versioning.public static final Attributes.Name IMPLEMENTATION_VERSION
Name object for Implementation-Version manifest
attribute used for package versioning.public static final Attributes.Name IMPLEMENTATION_VENDOR
Name object for Implementation-Vendor manifest
attribute used for package versioning.public static final Attributes.Name IMPLEMENTATION_VENDOR_ID
Name object for Implementation-Vendor-Id
manifest attribute used for package versioning. Extension mechanism will
be removed in a future release. Use class path instead.public static final Attributes.Name SPECIFICATION_VERSION
Name object for Specification-Version manifest
attribute used for package versioning.public static final Attributes.Name SPECIFICATION_VENDOR
Name object for Specification-Vendor manifest
attribute used for package versioning.public static final Attributes.Name SPECIFICATION_TITLE
Name object for Specification-Title manifest
attribute used for package versioning.public static final Attributes.Name BUNDLE_SYMBOLIC_NAME
public static final Attributes.Name BUNDLE_NAME
public static final Attributes.Name BUNDLE_VERSION
public static final Attributes.Name[] VERSIONS
public static final Attributes.Name[] PACKAGE
public static final Attributes.Name[] TITLE
public static String dump(Attributes attr)
attr - the attrCopyright © 2018. All rights reserved.