package org.bundlemaker.core.resource; import java.util.List; /** * <p> * </p> * * @author Gerd Wütherich (gerd@gerd-wuetherich.de) */ public interface ITransformationAddArtifacts extends ITransformation { List<String> getArtifactsAdded(); String getTarget(); }