Uses of Class
aQute.bnd.bundle.annotations.Requirement.Resolution
-
Packages that use Requirement.Resolution Package Description aQute.bnd.bundle.annotations OSGi Bundle Annotations Package Version 1.0. -
-
Uses of Requirement.Resolution in aQute.bnd.bundle.annotations
Methods in aQute.bnd.bundle.annotations 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.
-