open-component-model / ocm

Open Component Model (Software Bill of Delivery) Toolset
https://ocm.software
Apache License 2.0
34 stars 23 forks source link

rework selectors #858

Closed mandelsoft closed 2 months ago

mandelsoft commented 2 months ago

What this PR does / why we need it:

A new ocm sub package selectors now bundles an enhanced mechanism to select resources, sources and references for a component descriptor as well as for a component version. The old methods there are deprecated.

Particular sub packaged (rscsel, srcsel, refsel) provide a type specific view for common and special selector functions and the appropriate logical operators And,Or and Not.

mandelsoft commented 2 months ago

I reverted to the original API for GetXXX methods.