package org.bundlemaker.core.ui.artifact.tree; import org.bundlemaker.core.analysis.IRootArtifact; /** * <p> * </p> * * @author Gerd Wütherich (gerd@gerd-wuetherich.de) */ public interface IVirtualRootContentProvider { /** * <p> * </p> * * @return */ public IRootArtifact getVirtualRoot(); }