ceylon / ceylon-module-resolver

DEPRECATED
Apache License 2.0
23 stars 9 forks source link

Make the query API take a list of artifact suffixes instead of a single type parameter #99

Closed quintesse closed 10 years ago

quintesse commented 10 years ago

I think it would make the API more useful if instead of a single type parameter (with values like all, jvm, code, etc) we simply accept a list of suffixes.

We could leave the Type and make it a normal class instead of an enumeration, but I think it's just simpler to make it a list of suffixes and make it more like ArtifactContext.

quintesse commented 10 years ago

Ok, done, as well as the accompanying support in the Herd