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.
I think it would make the API more useful if instead of a single
type
parameter (with values likeall
,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 likeArtifactContext
.