Package | Description |
---|---|
aQute.bnd.osgi.resource |
Modifier and Type | Field and Description |
---|---|
private CapReq.MODE |
CapReq.mode |
Modifier and Type | Method and 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.
|
Constructor and 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) |