public @interface Name
| Modifier and Type | Fields and Description |
|---|---|
static String |
BundleName
Defines a human-readable name, without spaces, for this bundle.
|
static String |
BundleSymbolicName
The only required header for OSGI bundles, this entry specifies a unique identifier for a
bundle, based on the reverse domain name convention (used also by the
java packages).
|
static String |
BundleVersion
The Bundle version.
|
static String |
ImplementationTitle
The value is a string that defines the title of the extension
implementation.
|
static String |
ImplementationUrl
This attribute defines the URL from which the extension implementation can be downloaded from.
|
static String |
ImplementationURL
This attribute defines the URL from which the extension implementation can be downloaded from.
|
static String |
ImplementationVendor
The value is a string that defines the organization that maintains the
extension implementation.
|
static String |
ImplementationVendorId
The value is a string id that uniquely defines the organization that
maintains the extension implementation
|
static String |
ImplementationVersion
The value is a string that defines the version of the extension
implementation.
|
static String |
SpecificationTitle
The value is a string that defines the title of the extension
specification.
|
static String |
SpecificationVendor
The value is a string that defines the organization that maintains the
extension specification.
|
static String |
SpecificationVersion
The value is a string that defines the version of the extension
specification.
|
public static final String BundleVersion
public static final String BundleSymbolicName
The only required header for OSGI bundles, this entry specifies a unique identifier for a bundle, based on the reverse domain name convention (used also by the java packages).
Bundle-SymbolicName: javax.servlet-apipublic static final String BundleName
Defines a human-readable name, without spaces, for this bundle. Setting this header is recommend since it can provide a shorter, more meaningful information about the bundle content then Bundle-SymbolicName.
Bundle-Name: Java Servlet APIpublic static final String ImplementationVersion
public static final String ImplementationTitle
public static final String ImplementationVendor
public static final String ImplementationVendorId
public static final String ImplementationURL
public static final String ImplementationUrl
public static final String SpecificationVersion
public static final String SpecificationTitle
public static final String SpecificationVendor
public abstract String key
public abstract String value
Copyright © 2018. All rights reserved.