/** * <p>Copyright: Copyright (c) 2009</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.core; /** * ��Ӧ��Res Path Entry��һ��Ԫ�أ�����ģ��������ð���������Ŀ * @author sundl */ public interface IResPathEntryElement { IResPathEntry getResPathEntry(); }