public class AppleResourceDescription extends Object implements DescriptionWithTargetGraph<AppleResourceDescriptionArg>, Flavored, HasAppleBundleResourcesDescription<AppleResourceDescriptionArg>
Constructor and Description |
---|
AppleResourceDescription() |
Modifier and Type | Method and Description |
---|---|
void |
addAppleBundleResources(AppleBundleResources.Builder builder,
TargetNode<AppleResourceDescriptionArg> targetNode,
ProjectFilesystem filesystem,
BuildRuleResolver resolver) |
BuildRule |
createBuildRule(BuildRuleCreationContextWithTargetGraph context,
BuildTarget buildTarget,
BuildRuleParams params,
AppleResourceDescriptionArg args)
Create a
BuildRule for the given BuildRuleParams . |
Class<AppleResourceDescriptionArg> |
getConstructorArgType()
The type of the constructor argument that is used by this description to create a rule
|
boolean |
hasFlavors(com.google.common.collect.ImmutableSet<Flavor> flavors,
TargetConfiguration toolchainTargetConfiguration) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
producesCacheableSubgraph
getConfigurationDeps
flavorDomains
public Class<AppleResourceDescriptionArg> getConstructorArgType()
BaseDescription
getConstructorArgType
in interface BaseDescription<AppleResourceDescriptionArg>
public BuildRule createBuildRule(BuildRuleCreationContextWithTargetGraph context, BuildTarget buildTarget, BuildRuleParams params, AppleResourceDescriptionArg args)
DescriptionWithTargetGraph
BuildRule
for the given BuildRuleParams
. Note that the BuildTarget
referred to in the params
contains the Flavor
to create.createBuildRule
in interface DescriptionWithTargetGraph<AppleResourceDescriptionArg>
args
- A constructor argument, of type as returned by BaseDescription.getConstructorArgType()
.BuildRule
that describes the default flavour of the rule being described.public boolean hasFlavors(com.google.common.collect.ImmutableSet<Flavor> flavors, TargetConfiguration toolchainTargetConfiguration)
hasFlavors
in interface Flavored
flavors
- The set of Flavor
s to consider. All must match.BuildRule
of the given Flavor
can be created.public void addAppleBundleResources(AppleBundleResources.Builder builder, TargetNode<AppleResourceDescriptionArg> targetNode, ProjectFilesystem filesystem, BuildRuleResolver resolver)
addAppleBundleResources
in interface HasAppleBundleResourcesDescription<AppleResourceDescriptionArg>