Uses of Record Class
aQute.bnd.osgi.Processor.PropertyKey
Packages that use Processor.PropertyKey
-
Uses of Processor.PropertyKey in aQute.bnd.osgi
Classes in aQute.bnd.osgi that implement interfaces with type arguments of type Processor.PropertyKeyModifier and TypeClassDescriptionstatic final recordA Property Key is the pair of a Processor and a key it defines.Methods in aQute.bnd.osgi that return types with arguments of type Processor.PropertyKeyModifier and TypeMethodDescriptionstatic List<Processor.PropertyKey> Processor.PropertyKey.findVisible(Collection<Processor.PropertyKey> keys) Find visible property keys.Processor.getMergePropertyKeys(String stem) Return the merge property keysProcessor.getPropertyKeys(Predicate<String> predicate) Return a list of sorted PropertyKey that match the predicate and includes the inheritance chain.Methods in aQute.bnd.osgi with parameters of type Processor.PropertyKeyMethod parameters in aQute.bnd.osgi with type arguments of type Processor.PropertyKeyModifier and TypeMethodDescriptionstatic List<Processor.PropertyKey> Processor.PropertyKey.findVisible(Collection<Processor.PropertyKey> keys) Find visible property keys.