Package org.gradle.api.artifacts
Interface ComponentMetadataBuilder
public interface ComponentMetadataBuilder
A component metadata builder.
- Since:
- 4.0
- 
Method SummaryModifier and TypeMethodDescriptionvoidattributes(Action<? super AttributeContainer> attributesConfiguration) Configures the attributes of this componentReturns the attributes of the component.voidSets the status of this componentvoidsetStatusScheme(List<String> scheme) Sets the status scheme of this component
- 
Method Details- 
setStatusSets the status of this component- Parameters:
- status- the component status
 
- 
setStatusSchemeSets the status scheme of this component- Parameters:
- scheme- the status scheme
 
- 
attributesConfigures the attributes of this component- Parameters:
- attributesConfiguration- the configuration action
- Since:
- 4.9
 
- 
getAttributesAttributeContainer getAttributes()Returns the attributes of the component.- Returns:
- the attributes of the component, guaranteed to be mutable.
- Since:
- 4.9
 
 
-