b4e33e5e7a
This method returns the supported plugin extensions, given a set of them. Each mechanism driver will be able to implement each own filtering method. By default, the method will return the same set of extensions without any filtering. Related-Bug: #1888829 Change-Id: I6fd62f6f393b635e6710020adab736a09a142556
8 lines
282 B
YAML
8 lines
282 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ``supported_extensions`` method to ``MechanismDriver``. This method
|
|
provides an standard API to implement, per mechanism driver, a way to
|
|
filter the supported extensions. By default, this method will return the
|
|
same set of extensions passed.
|