public interface VersionSelector
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<BuildTarget,Version> |
resolve(BuildTarget root,
com.google.common.collect.ImmutableMap<BuildTarget,com.google.common.collect.ImmutableSet<Version>> domain) |
com.google.common.collect.ImmutableMap<BuildTarget,Version> resolve(BuildTarget root, com.google.common.collect.ImmutableMap<BuildTarget,com.google.common.collect.ImmutableSet<Version>> domain) throws VersionException
root
- the root of the versioned sub-graph.domain
- the versioned nodes and their version domain.VersionException