public class ThrowingTargetConfigurationTransformer extends Object implements TargetConfigurationTransformer
| Constructor and Description |
|---|
ThrowingTargetConfigurationTransformer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
needsTransformation(TargetConfiguration targetConfiguration,
DependencyStack dependencyStack)
Throw unconditionally
|
com.google.common.collect.ImmutableList<TargetConfiguration> |
transform(TargetConfiguration targetConfiguration,
DependencyStack dependencyStack)
Throw unconditionally
|
public ThrowingTargetConfigurationTransformer()
public com.google.common.collect.ImmutableList<TargetConfiguration> transform(TargetConfiguration targetConfiguration, DependencyStack dependencyStack)
transform in interface TargetConfigurationTransformerpublic boolean needsTransformation(TargetConfiguration targetConfiguration, DependencyStack dependencyStack)
needsTransformation in interface TargetConfigurationTransformertrue is the given target configuration can be transformed into other
configurations.