Uses of Class
aQute.bnd.osgi.resource.ResolutionDirective
-
Packages that use ResolutionDirective Package Description aQute.bnd.osgi.resource -
-
Uses of ResolutionDirective in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource that return ResolutionDirective Modifier and Type Method Description static ResolutionDirective
ResourceUtils. getResolution(org.osgi.resource.Requirement r)
static ResolutionDirective
ResolutionDirective. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResolutionDirective[]
ResolutionDirective. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-