SELF
- type extending this interfaceHasAttributes
ArtifactView.ViewConfiguration
, ClientModule
, ComponentMetadataDetails
, Configuration
, ConfigurationPublications
, ConfigurationVariant
, DependencyConstraint
, ExternalDependency
, ExternalModuleDependency
, ModuleDependency
, ProjectDependency
, VariantMetadata
public interface HasConfigurableAttributes<SELF> extends HasAttributes
AttributeContainer
that is configurable.Modifier and Type | Method | Description |
---|---|---|
SELF |
attributes(Action<? super AttributeContainer> action) |
Configure the attribute container that provides the attributes
associated with this domain object.
|
getAttributes
SELF attributes(Action<? super AttributeContainer> action)