Package org.apache.maven.index
Interface OSGI
public interface OSGI
OSGI ontology.
- Since:
- 4.1.1
- Author:
- Olivier Lamy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Field
used to hold the Fragment Host header for an OSGI Fragment bundle.static final Field
static final Field
static final Field
static final Field
Deprecated.static final Field
used to hold the Fragment Host header for an OSGI Fragment bundle.static final Field
static final Field
static final Field
static final String
OSGI namespacestatic final Field
used by OSGI resolvers to determine which bundles / artifacts / environments, etc.static final Field
static final Field
used by OSGI resolvers to indicate which services, features, etc are required by a given .static final Field
used to hold the SHA256 checksum required as identifier for OSGI Content resources.static final Field
static final Field
-
Field Details
-
OSGI_NAMESPACE
OSGI namespace- See Also:
-
SYMBOLIC_NAME
-
VERSION
-
EXPORT_PACKAGE
-
EXPORT_SERVICE
Deprecated.Export-Service has been deprecated since OSGI R4 (2005), and was never used by resolvers. It is replaced by PROVIDE_CAPABILITY -
DESCRIPTION
-
NAME
-
LICENSE
-
DOCURL
-
IMPORT_PACKAGE
-
REQUIRE_BUNDLE
-
PROVIDE_CAPABILITY
used by OSGI resolvers to determine which bundles / artifacts / environments, etc. can satisfy a given requirement. It replaces headers like Export-Service and Required Execution Environment, and uses the default OSGI header format- Since:
- 5.1.2
-
REQUIRE_CAPABILITY
used by OSGI resolvers to indicate which services, features, etc are required by a given . It replaces headers like Import-Service, and uses the default OSGI header format.- Since:
- 5.1.2
-
SHA256
used to hold the SHA256 checksum required as identifier for OSGI Content resources.- Since:
- 5.1.2
-
FRAGMENT_HOST
used to hold the Fragment Host header for an OSGI Fragment bundle.- Since:
- 5.1.2
-
BUNDLE_REQUIRED_EXECUTION_ENVIRONMENT
used to hold the Fragment Host header for an OSGI Fragment bundle.- Since:
- 5.1.2
-