/** * Դ�������ƣ�ICompilationResultExtension.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.jres.core * ����˵����$desc * ����ĵ��� * ���ߣ���Ҷ�� */ package com.hundsun.ares.studio.jres.compiler; /** * ��������һ����չ�����ֱ�������һ���ı�����һ�㲻�����ļ� * @author gongyf * */ public interface ICompilationResultExtension { /** * ���ر�����ı���� * @return */ String getTextResult(); }