Package mondrian.util

Class UtilCompatibleJdk15

java.lang.Object
mondrian.util.UtilCompatibleJdk15
All Implemented Interfaces:
UtilCompatible
Direct Known Subclasses:
UtilCompatibleJdk16

public class UtilCompatibleJdk15 extends Object implements UtilCompatible
Implementation of UtilCompatible which runs in JDK 1.5.

Prior to JDK 1.5, this class should never be loaded. Applications should instantiate this class via Class.forName(String) or better, use methods in Util, and not instantiate it at all.

Since:
Feb 5, 2007
Author:
jhyde