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.
The parameters for the transform action.
When the transform action declares TransformParameters.None as its parameters type,
this returns the TransformParameters.None singleton.
AttributeContainer to (read-only)
Attributes that match the variant that is produced.
void parameters(Action<? super T> action)
Action<? super T>Configure the parameters for the transform action.
The action is invoked even when the transform action declares TransformParameters.None as its
parameters type; in that case it receives the TransformParameters.None singleton.