---------------------------------------------------------------------------------
CrystalReportEngine\com\crystaldecisions\reports\reportengineinterface\JPEReportSourceFactory.class
---------------------------------------------------------------------------------
public Object createReportSource(Object obj, Locale locale)
throws ReportSDKException
{
String s = "";
if(obj instanceof String)
s = (String)obj;
else
if(obj instanceof PropertyBag)
s = (String)((PropertyBag)obj).get("path");
return JPEReportSource.a(s, locale);
}
---------------------------------------------------------------------------------
CrystalReportEngine\com\crystaldecisions\reports\reportengineinterface\JPEReportSource.class
---------------------------------------------------------------------------------
private static void _mthdo()
{
ClassLoader classloader = Thread.currentThread().getContextClassLoader();
_fldif = classloader.getResource("CrystalReportEngine-config.xml");
if(_fldif == null)
{
_fldlong.error("Unable to locate CrystalReportEngine-config.xml");
return;
}
-------------------------------------------------------------------------
int j = s2.indexOf("CrystalReportEngine-config.xml");
s2 = s2.substring(0, j - 1);
-------------------------------------------------------------------------
private static Logger _fldlong = Logger.getLogger("com.crystaldecisions.reports.reportengineinterface");
protected int _flddo;
protected long _fldchar;
private static final a _fldnew;
private static com.crystaldecisions.reports.reportengineinterface.b _fldtry;
private static int _fldint;
private static String a = "";
private static URL _fldif = null;
private Locale _fldgoto;
private static final String _fldfor = "CrystalReportEngine-config.xml";
-----------------------------------------------------------------------------