@Deprecated public interface FileTransformer
| Modifier and Type | Method and Description |
|---|---|
Artifact |
transformArtifact(Artifact artifact)
Deprecated.
Transform the target location
|
InputStream |
transformData(File file)
Deprecated.
Transform the data
|
Artifact transformArtifact(Artifact artifact)
artifact - the original artifactInputStream transformData(File file) throws IOException, TransformException
file - the file with the original dataIOException - If an I/O error occurredTransformException - If the file could not be transformedCopyright © 2010–2022 The Apache Software Foundation. All rights reserved.