Uses of Class
aQute.bnd.service.ResolutionPhase
-
Packages that use ResolutionPhase Package Description aQute.bnd.service -
-
Uses of ResolutionPhase in aQute.bnd.service
Methods in aQute.bnd.service that return ResolutionPhase Modifier and Type Method Description static ResolutionPhase
ResolutionPhase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResolutionPhase[]
ResolutionPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.bnd.service that return types with arguments of type ResolutionPhase Modifier and Type Method Description java.util.Set<ResolutionPhase>
IndexProvider. getSupportedPhases()
-