public abstract class ArtifactTransform extends Object
Implementations must provide a public constructor. The constructor may optionally be annotated with Inject
and accept parameters. The following parameters are available:
ArtifactTransformDependencies
parameter to receive the dependencies of the file to be transformed.ActionConfiguration.setParams(Object...)
.Constructor | Description |
---|---|
ArtifactTransform() |
Modifier and Type | Method | Description |
---|---|---|
File |
getOutputDirectory() |
|
void |
setOutputDirectory(File outputDirectory) |
|
abstract List<File> |
transform(File input) |