Class Export.Substitution
java.lang.Object
org.osgi.annotation.bundle.Export.Substitution
- Enclosing class:
Export
Substitution policy for this package.
- Author:
- $Id: 07e458dc13fd696af03961131a4fd91ac7c02774 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe policy value is calculated by inspection of the classes in the package.static final StringUse a consumer type version range for the import package clause when substitutably importing a package.static final StringThe package must not be substitutably imported.static final StringUse a provider type version range for the import package clause when substitutably importing a package. -
Method Summary
-
Field Details
-
CONSUMER
Use a consumer type version range for the import package clause when substitutably importing a package.- See Also:
-
PROVIDER
Use a provider type version range for the import package clause when substitutably importing a package.- See Also:
-
NOIMPORT
-
CALCULATED
The policy value is calculated by inspection of the classes in the package.- See Also:
-