|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JURLEngineExecuter
Method Summary | |
---|---|
boolean |
exec(java.lang.String[] params,
EngineExecuter executer)
|
Methods inherited from interface jet.util.JURLExecuter |
---|
exec |
Method Detail |
---|
boolean exec(java.lang.String[] params, EngineExecuter executer) throws JURLExecuterException
params
- Array of strings, each element of which is defined by yourself and also parsed by yourself. You can enter the PARAMETERs in the Report Inspector. If no PARAMETERs are entered, then params.length is zero.executer
- Executor of EngineExecutor, which is another interface JReport provides for exporting a report to HTML, TXT or PDF format with the exiting functions.
JURLExecuterException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |