Package org.osgi.annotation.bundle
Class Export.Substitution
- java.lang.Object
-
- org.osgi.annotation.bundle.Export.Substitution
-
- Enclosing class:
- Export
public static final class Export.Substitution extends java.lang.Object
Substitution policy for this package.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CALCULATED
The policy value is calculated by inspection of the classes in the package.static java.lang.String
CONSUMER
Use a consumer type version range for the import package clause when substitutably importing a package.static java.lang.String
NOIMPORT
The package must not be substitutably imported.static java.lang.String
PROVIDER
Use a provider type version range for the import package clause when substitutably importing a package.
-
Constructor Summary
Constructors Modifier Constructor Description private
Substitution()
-
-
-
Field Detail
-
CONSUMER
public static final java.lang.String CONSUMER
Use a consumer type version range for the import package clause when substitutably importing a package.- See Also:
ConsumerType
, Constant Field Values
-
PROVIDER
public static final java.lang.String PROVIDER
Use a provider type version range for the import package clause when substitutably importing a package.- See Also:
ProviderType
, Constant Field Values
-
NOIMPORT
public static final java.lang.String NOIMPORT
The package must not be substitutably imported.- See Also:
- Constant Field Values
-
CALCULATED
public static final java.lang.String CALCULATED
The policy value is calculated by inspection of the classes in the package.- See Also:
- Constant Field Values
-
-