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 TargetConfigurationTransformer
public boolean needsTransformation(TargetConfiguration targetConfiguration, DependencyStack dependencyStack)
needsTransformation
in interface TargetConfigurationTransformer
true
is the given target configuration can be transformed into other
configurations.