public class MergedRequirement extends Object
Constructor and Description |
---|
MergedRequirement(String namespace) |
Modifier and Type | Method and Description |
---|---|
void |
put(String filter,
String effective,
boolean optional,
boolean multiple)
Add a requirement to the mix.
|
List<String> |
toStringList()
Generate a list of strings formatted appropriately as entries in the
Require-Capability header.
|
public MergedRequirement(String namespace)
Copyright © 2021 aQute SARL. All rights reserved.