public class DefaultTargetPlatformResolver extends Object implements TargetPlatformResolver
TargetPlatformResolver
that supports both rule based platforms and a platform for an
empty target configuration.Constructor and Description |
---|
DefaultTargetPlatformResolver(RuleBasedTargetPlatformResolver ruleBasedTargetPlatformResolver) |
Modifier and Type | Method and Description |
---|---|
Platform |
getTargetPlatform(TargetConfiguration targetConfiguration,
DependencyStack dependencyStack) |
public DefaultTargetPlatformResolver(RuleBasedTargetPlatformResolver ruleBasedTargetPlatformResolver)
public Platform getTargetPlatform(TargetConfiguration targetConfiguration, DependencyStack dependencyStack)
getTargetPlatform
in interface TargetPlatformResolver
Platform
for a given TargetConfiguration
.