public class ZipFileDescription extends Object implements DescriptionWithTargetGraph<ZipFileDescriptionArg>, VersionPropagator<ZipFileDescriptionArg>
| Constructor and Description |
|---|
ZipFileDescription() |
| Modifier and Type | Method and Description |
|---|---|
Zip |
createBuildRule(BuildRuleCreationContextWithTargetGraph context,
BuildTarget buildTarget,
BuildRuleParams params,
ZipFileDescriptionArg args)
Create a
BuildRule for the given BuildRuleParams. |
Class<ZipFileDescriptionArg> |
getConstructorArgType()
The type of the constructor argument that is used by this description to create a rule
|
boolean |
producesCacheableSubgraph()
Whether or not the build rule subgraph produced by this
Description is safe to cache in
IncrementalActionGraphGenerator
for incremental action graph generation. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurationDepspublic Class<ZipFileDescriptionArg> getConstructorArgType()
BaseDescriptiongetConstructorArgType in interface BaseDescription<ZipFileDescriptionArg>public Zip createBuildRule(BuildRuleCreationContextWithTargetGraph context, BuildTarget buildTarget, BuildRuleParams params, ZipFileDescriptionArg args)
DescriptionWithTargetGraphBuildRule for the given BuildRuleParams. Note that the BuildTarget referred to in the params contains the Flavor to create.createBuildRule in interface DescriptionWithTargetGraph<ZipFileDescriptionArg>args - A constructor argument, of type as returned by BaseDescription.getConstructorArgType().BuildRule that describes the default flavour of the rule being described.public boolean producesCacheableSubgraph()
DescriptionWithTargetGraphDescription is safe to cache in
IncrementalActionGraphGenerator
for incremental action graph generation.producesCacheableSubgraph in interface Description<ZipFileDescriptionArg>producesCacheableSubgraph in interface DescriptionWithTargetGraph<ZipFileDescriptionArg>