|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.server.api.engine.ReportEngineFactory
public class ReportEngineFactory
This interface defines a factory to get a ReportEngine instance of an implementation class.
| Constructor Summary | |
|---|---|
ReportEngineFactory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportEngineFactory()
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||