|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TransformInvocation
An invocation object used to pass of pertinent information for a
Transform.transform(TransformInvocation) call.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
@NonNull Context getContext()
@NonNull Collection<TransformInput> getInputs()
@NonNull Collection<TransformInput> getReferencedInputs()
@NonNull Collection<SecondaryInput> getSecondaryInputs()
SecondaryInput@Nullable TransformOutputProvider getOutputProvider()
boolean isIncremental()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||