Interface TransformSpec<T extends TransformParameters>
- Type Parameters:
- T- The transform specific parameter type.
public interface TransformSpec<T extends TransformParameters>
Base configuration for artifact transform registrations.
- Since:
- 5.3
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetFrom()Attributes that match the variant that is consumed.The parameters for the transform action.getTo()Attributes that match the variant that is produced.voidparameters(Action<? super T> action) Configure the parameters for the transform action.
- 
Method Details- 
getFromAttributeContainer getFrom()Attributes that match the variant that is consumed.- See Also:
 
- 
getToAttributeContainer getTo()Attributes that match the variant that is produced.- See Also:
 
- 
getParametersT getParameters()The parameters for the transform action.- See Also:
 
- 
parametersConfigure the parameters for the transform action.- See Also:
 
 
-