public class ReportEngineFactory
extends java.lang.Object
Constructor and Description |
---|
ReportEngineFactory() |
Modifier and Type | Method and Description |
---|---|
static ReportEngine |
getInstance()
Gets ReportEngine instance by the implementation class of ReportEngine.
|
static ReportEngine |
getInstance(boolean setDebugLevel)
Gets ReportEngine instance by the implementation class of ReportEngine.
|
static void |
loadClasses(java.lang.String path)
Loads dynamic classes such as UDS, UDF, etc.
|
public static ReportEngine getInstance()
public static ReportEngine getInstance(boolean setDebugLevel)
setDebugLevel
- indicates whether to set debug information.public static void loadClasses(java.lang.String path)
path
- the dynamic class directory of the server.