public interface ConfigurationRuleResolver
ConfigurationRule.| Modifier and Type | Method and Description |
|---|---|
<R extends ConfigurationRule> |
getRule(BuildTarget buildTarget,
Class<R> ruleClass,
DependencyStack dependencyStack)
Returns the
ConfigurationRule associated with the given BuildTarget. |
<R extends ConfigurationRule> R getRule(BuildTarget buildTarget, Class<R> ruleClass, DependencyStack dependencyStack)
ConfigurationRule associated with the given BuildTarget.HumanReadableException - if no rule is associated with the target.