public interface TransformInvocation
Transform.transform(TransformInvocation)
call.Modifier and Type | Method and Description |
---|---|
Context |
getContext()
Returns the context in which the transform is run.
|
Collection<TransformInput> |
getInputs()
Returns the inputs/outputs of the transform.
|
TransformOutputProvider |
getOutputProvider()
Returns the output provider allowing to create content.
|
Collection<TransformInput> |
getReferencedInputs()
Returns the referenced-only inputs which are not consumed by this transformation.
|
Collection<SecondaryInput> |
getSecondaryInputs()
Returns the list of secondary file changes since last.
|
boolean |
isIncremental()
Indicates whether the transform execution is incremental.
|
@NonNull Context getContext()
@NonNull Collection<TransformInput> getInputs()
@NonNull Collection<TransformInput> getReferencedInputs()
@NonNull Collection<SecondaryInput> getSecondaryInputs()
SecondaryInput
@Nullable TransformOutputProvider getOutputProvider()
boolean isIncremental()