Package org.eclipse.aether.transform
Interface FileTransformer
Deprecated.
Without any direct replacement for now. This API is OOM-prone, and also lacks a lot of context about
 transforming.
Can transform a file while installing/deploying
- Since:
- 1.3.0
- Author:
- Robert Scholte
- 
Method SummaryModifier and TypeMethodDescriptiontransformArtifact(Artifact artifact) Deprecated.Transform the target locationtransformData(File file) Deprecated.Transform the data
- 
Method Details- 
transformArtifactDeprecated.Transform the target location- Parameters:
- artifact- the original artifact
- Returns:
- the transformed artifact
 
- 
transformDataDeprecated.Transform the data- Parameters:
- file- the file with the original data
- Returns:
- the transformed data
- Throws:
- IOException- If an I/O error occurred
- TransformException- If the file could not be transformed
 
 
-