Uses of Class
org.osgi.annotation.bundle.Requirement.Resolution
-
Packages that use Requirement.Resolution Package Description org.osgi.annotation.bundle OSGi Bundle Annotations Package Version 1.1. -
-
Uses of Requirement.Resolution in org.osgi.annotation.bundle
Methods in org.osgi.annotation.bundle that return Requirement.Resolution Modifier and Type Method Description Requirement.Resolution
resolution()
The resolution policy of this requirement.static Requirement.Resolution
Requirement.Resolution. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Requirement.Resolution[]
Requirement.Resolution. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-