Package org.apache.maven.index
Interface OSGI
public interface OSGI
OSGI ontology.
- Since:
- 4.1.1
- Author:
- Olivier Lamy
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Fieldused to hold the Fragment Host header for an OSGI Fragment bundle.static final Fieldstatic final Fieldstatic final Fieldstatic final FieldDeprecated.static final Fieldused to hold the Fragment Host header for an OSGI Fragment bundle.static final Fieldstatic final Fieldstatic final Fieldstatic final StringOSGI namespacestatic final Fieldused by OSGI resolvers to determine which bundles / artifacts / environments, etc.static final Fieldstatic final Fieldused by OSGI resolvers to indicate which services, features, etc are required by a given .static final Fieldused to hold the SHA256 checksum required as identifier for OSGI Content resources.static final Fieldstatic final Field
- 
Field Details- 
OSGI_NAMESPACEOSGI namespace- See Also:
 
- 
SYMBOLIC_NAME
- 
VERSION
- 
EXPORT_PACKAGE
- 
EXPORT_SERVICEDeprecated.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_CAPABILITYused 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_CAPABILITYused 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
 
- 
SHA256used to hold the SHA256 checksum required as identifier for OSGI Content resources.- Since:
- 5.1.2
 
- 
FRAGMENT_HOSTused to hold the Fragment Host header for an OSGI Fragment bundle.- Since:
- 5.1.2
 
- 
BUNDLE_REQUIRED_EXECUTION_ENVIRONMENTused to hold the Fragment Host header for an OSGI Fragment bundle.- Since:
- 5.1.2
 
 
-