Uses of Class
aQute.bnd.service.OBRResolutionMode

Packages that use OBRResolutionMode
aQute.bnd.service   
aQute.lib.deployer.obr   
 

Uses of OBRResolutionMode in aQute.bnd.service
 

Methods in aQute.bnd.service that return OBRResolutionMode
static OBRResolutionMode OBRResolutionMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OBRResolutionMode[] OBRResolutionMode.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 OBRResolutionMode
 Set<OBRResolutionMode> OBRIndexProvider.getSupportedModes()
           
 

Uses of OBRResolutionMode in aQute.lib.deployer.obr
 

Fields in aQute.lib.deployer.obr with type parameters of type OBRResolutionMode
protected  Set<OBRResolutionMode> AbstractBaseOBR.supportedModes
           
 

Methods in aQute.lib.deployer.obr that return types with arguments of type OBRResolutionMode
 Set<OBRResolutionMode> AbstractBaseOBR.getSupportedModes()
           
 



Copyright © 2012 aQute SARL. All Rights Reserved.