package org.bundlemaker.core.resource; import org.eclipse.core.runtime.IPath; /** * <p> * </p> * * @author Gerd Wütherich (gerd@gerd-wuetherich.de) */ public interface ITransformationCreateGroup extends ITransformation { IPath getParentGroupPath(); IPath getGroupPath(); }