Table of Contents
| API Documentation: | TransformSpec | 
|---|
Base configuration for artifact transform registrations.
| Property | Description | 
| from | Attributes that match the variant that is consumed. | 
| parameters | The parameters for the transform action. | 
| to | Attributes that match the variant that is produced. | 
| Method | Description | 
| parameters(action) | Configure the parameters for the transform action. | 
AttributeContainer from (read-only)
Attributes that match the variant that is consumed.
AttributeContainer to (read-only)
Attributes that match the variant that is produced.
void parameters(Action<? super T>
Action<? super T>Configure the parameters for the transform action.