public class LuaLibraryDescription extends Object implements DescriptionWithTargetGraph<LuaLibraryDescriptionArg>, VersionPropagator<LuaLibraryDescriptionArg>
| Constructor and Description | 
|---|
| LuaLibraryDescription() | 
| Modifier and Type | Method and Description | 
|---|---|
| BuildRule | createBuildRule(BuildRuleCreationContextWithTargetGraph context,
               BuildTarget buildTarget,
               BuildRuleParams params,
               LuaLibraryDescriptionArg args)Create a  BuildRulefor the givenBuildRuleParams. | 
| Class<LuaLibraryDescriptionArg> | 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  Descriptionis safe to cache inIncrementalActionGraphGeneratorfor incremental action graph generation. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurationDepspublic Class<LuaLibraryDescriptionArg> getConstructorArgType()
BaseDescriptiongetConstructorArgType in interface BaseDescription<LuaLibraryDescriptionArg>public BuildRule createBuildRule(BuildRuleCreationContextWithTargetGraph context, BuildTarget buildTarget, BuildRuleParams params, LuaLibraryDescriptionArg args)
DescriptionWithTargetGraphBuildRule for the given BuildRuleParams. Note that the BuildTarget referred to in the params contains the Flavor to create.createBuildRule in interface DescriptionWithTargetGraph<LuaLibraryDescriptionArg>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<LuaLibraryDescriptionArg>producesCacheableSubgraph in interface DescriptionWithTargetGraph<LuaLibraryDescriptionArg>