public interface  org.eclipse.aether.transform.FileTransformer extends java.lang.Object
{
public abstract org.eclipse.aether.artifact.Artifact transformArtifact(org.eclipse.aether.artifact.Artifact);
public abstract java.io.InputStream transformData(java.io.File) throws java.io.IOException, org.eclipse.aether.transform.TransformException;
}