|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReportFormat | |
|---|---|
| org.jcoderz.phoenix.report | The JCReport performs the following steps: Running tools on the source or class files. |
| Uses of ReportFormat in org.jcoderz.phoenix.report |
|---|
| Fields in org.jcoderz.phoenix.report declared as ReportFormat | |
|---|---|
static ReportFormat |
ReportFormat.CHECKSTYLE
The ReportFormat checkstyle. |
static ReportFormat |
ReportFormat.COBERTURA
The ReportFormat cobertura. |
static ReportFormat |
ReportFormat.CPD
The ReportFormat cpd. |
static ReportFormat |
ReportFormat.EMMA
The ReportFormat emma. |
static ReportFormat |
ReportFormat.FINDBUGS
The ReportFormat findbugs. |
static ReportFormat |
ReportFormat.GENERIC
The ReportFormat generic. |
static ReportFormat |
ReportFormat.JCODERZ
The ReportFormat jcoderz. |
static ReportFormat |
ReportFormat.JCOVERAGE
The ReportFormat jcoverage. |
static ReportFormat |
ReportFormat.PMD
The ReportFormat pmd. |
static ReportFormat |
ReportFormat.SOURCE_DIRECTORY
The ReportFormat sourceDirectory. |
| Methods in org.jcoderz.phoenix.report that return ReportFormat | |
|---|---|
static ReportFormat |
ReportFormat.fromInt(int i)
Creates a ReportFormat object from its int representation. |
static ReportFormat |
ReportFormat.fromString(String str)
Creates a ReportFormat object from its String representation. |
ReportFormat |
ReportNormalizerAntTask.Report.getFormat()
Returns the reportFormat. |
ReportFormat |
JcoderzReportAntTask.Report.getFormat()
Returns the report format. |
| Methods in org.jcoderz.phoenix.report with parameters of type ReportFormat | |
|---|---|
void |
ReportNormalizer.addReport(ReportFormat format,
File file)
Adds the report. |
void |
ReportNormalizer.addReport(ReportFormat format,
String file)
Adds the report. |
void |
ReportNormalizer.addReport(ReportFormat format,
String file,
String flavor)
Adds the report with a given flavor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||