ceylon / ceylon-module-resolver

DEPRECATED
Apache License 2.0
23 stars 9 forks source link

Add possibility to do module queries for ANY or ALL artifacts #98

Closed quintesse closed 10 years ago

quintesse commented 10 years ago

Something like a retrieval mode ANY (the default) and ALL, where ALL would mean that we only match if all requested artifact types were found.

So if we search for CEYLON_CODE (which matches the artifacts .CAR and .JS) with retrieval set to ANY we would get any module that has either one or both of those artifacts but with ALL we would only get those modules that have both artifacts.