Uses of Class
aQute.libg.clauses.Selector
-
Packages that use Selector Package Description aQute.libg.clauses -
-
Uses of Selector in aQute.libg.clauses
Methods in aQute.libg.clauses that return Selector Modifier and Type Method Description static Selector
Selector. getPattern(java.lang.String string)
Convert a string based pattern to a regular expression based pattern.Methods in aQute.libg.clauses that return types with arguments of type Selector Modifier and Type Method Description static java.util.List<Selector>
Selector. getInstructions(Clauses clauses)
Method parameters in aQute.libg.clauses with type arguments of type Selector Modifier and Type Method Description static <T> java.util.List<T>
Selector. select(java.util.Collection<T> domain, java.util.List<Selector> instructions)
-