/* * */ package ext.egantt.util.hive; import java.net.URL; public interface HiveImpl { public abstract URL getURL(String s); }