| Interface | Description |
|---|---|
| Context |
Context for the transform.
|
| DirectoryInput |
A
QualifiedContent of type directory. |
| JarInput |
A
QualifiedContent of type jar. |
| QualifiedContent |
Represent content qualified with one or more
QualifiedContent.ContentType and one or more QualifiedContent.Scope. |
| QualifiedContent.ContentType |
A content type that is requested through the transform API.
|
| SecondaryInput |
Represents a change event for a
SecondaryFile transform input. |
| TransformInput |
The input to a Transform.
|
| TransformInvocation |
An invocation object used to pass of pertinent information for a
Transform.transform(TransformInvocation) call. |
| TransformOutputProvider |
The output of a transform.
|
| Class | Description |
|---|---|
| SecondaryFile |
A secondary input file for a
Transform. |
| Transform |
A Transform that processes intermediary build artifacts.
|
| Enum | Description |
|---|---|
| Format |
The format in which content is stored.
|
| QualifiedContent.DefaultContentType |
The type of of the content.
|
| QualifiedContent.Scope |
The scope of the content.
|
| Status |
The file changed status for incremental execution.
|
| Exception | Description |
|---|---|
| TransformException |
An exception during the execution of a Transform.
|