Package | Description |
---|---|
aQute.libg.clauses |
Modifier and Type | Method and Description |
---|---|
static Selector |
Selector.getPattern(java.lang.String string)
Convert a string based pattern to a regular expression based pattern.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Selector> |
Selector.getInstructions(Clauses clauses) |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.List<T> |
Selector.select(java.util.Collection<T> domain,
java.util.List<Selector> instructions) |