|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jfb.tools.activitymgr.report.ReportMgr
public class ReportMgr
Générateur de rapports.
Consulter le fichier de configuration reports.properties
pour plus de détails sur la configuration des rapports.
Constructor Summary | |
---|---|
ReportMgr()
|
Method Summary | |
---|---|
static void |
build(java.lang.String reportId,
java.util.Properties props)
Lance la génération d'un rapport. |
static void |
main(java.lang.String[] args)
Méthode principale. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportMgr()
Method Detail |
---|
public static void build(java.lang.String reportId, java.util.Properties props) throws ReportException, java.io.IOException
reportId
- l'identifiant du rapport.props
- le dictionnaire de propritétés.
ReportException
- levé en cas d'incident inattendu lors de la
génération du rapport.
java.io.IOException
- levé en cas d'incident I/O en écriture sur le fichier.public static void main(java.lang.String[] args)
args
- argument de la méthode principale.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |