Uses of Class
aQute.bnd.osgi.resource.CapReq.MODE
-
Packages that use CapReq.MODE Package Description aQute.bnd.osgi.resource -
-
Uses of CapReq.MODE in aQute.bnd.osgi.resource
Fields in aQute.bnd.osgi.resource declared as CapReq.MODE Modifier and Type Field Description private CapReq.MODE
CapReq. mode
Methods in aQute.bnd.osgi.resource that return CapReq.MODE Modifier and Type Method Description static CapReq.MODE
CapReq.MODE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CapReq.MODE[]
CapReq.MODE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in aQute.bnd.osgi.resource with parameters of type CapReq.MODE Constructor Description CapReq(CapReq.MODE mode, java.lang.String namespace, org.osgi.resource.Resource resource, java.util.Map<java.lang.String,java.lang.String> directives, java.util.Map<java.lang.String,java.lang.Object> attributes)
-