| Package | Description |
|---|---|
| net.bull.javamelody.internal.model | |
| net.bull.javamelody.internal.web | |
| net.bull.javamelody.internal.web.html | |
| net.bull.javamelody.internal.web.pdf |
| Modifier and Type | Method and Description |
|---|---|
Period |
Range.getPeriod() |
Period |
Range.getPeriod() |
static Period |
Period.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Period |
Period.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Period |
Period.valueOfByMailCode(String mailPeriod) |
static Period |
Period.valueOfByMailCode(String mailPeriod) |
static Period |
Period.valueOfIgnoreCase(String period) |
static Period |
Period.valueOfIgnoreCase(String period) |
static Period[] |
Period.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Period[] |
Period.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Period> |
MailReport.getMailPeriods() |
static List<Period> |
MailReport.getMailPeriods() |
| Modifier and Type | Method and Description |
|---|---|
static Date |
MailReport.getNextExecutionDate(Period period) |
static Date |
MailReport.getNextExecutionDate(Period period) |
void |
MailReport.sendReportMail(Collector collector,
boolean collectorServer,
List<JavaInformations> javaInformationsList,
Period period) |
void |
MailReport.sendReportMail(Collector collector,
boolean collectorServer,
List<JavaInformations> javaInformationsList,
Period period) |
void |
MailReport.sendReportMailForLocalServer(Collector collector,
Period period) |
void |
MailReport.sendReportMailForLocalServer(Collector collector,
Period period) |
| Constructor and Description |
|---|
HtmlReport(Collector collector,
CollectorServer collectorServer,
List<JavaInformations> javaInformationsList,
Period period,
Writer writer) |
HtmlReport(Collector collector,
CollectorServer collectorServer,
List<JavaInformations> javaInformationsList,
Period period,
Writer writer) |
| Constructor and Description |
|---|
PdfReport(Collector collector,
boolean collectorServer,
List<JavaInformations> javaInformationsList,
Period period,
OutputStream output) |
PdfReport(Collector collector,
boolean collectorServer,
List<JavaInformations> javaInformationsList,
Period period,
OutputStream output) |
Copyright © 2008–2024 Emeric Vernat. All rights reserved.