public interface TargetConfigurationTransformer
Modifier and Type | Method and Description |
---|---|
boolean |
needsTransformation(TargetConfiguration targetConfiguration,
DependencyStack dependencyStack) |
com.google.common.collect.ImmutableList<TargetConfiguration> |
transform(TargetConfiguration targetConfiguration,
DependencyStack dependencyStack)
Transforms a single target configurations into multiple target configurations.
|
com.google.common.collect.ImmutableList<TargetConfiguration> transform(TargetConfiguration targetConfiguration, DependencyStack dependencyStack)
boolean needsTransformation(TargetConfiguration targetConfiguration, DependencyStack dependencyStack)
true
is the given target configuration can be transformed into other
configurations.