Defines a configuration object for reporting.
| Type | Name and description |
|---|---|
java.lang.String |
baseDirDefines a base directory which is the root of any other given path. |
java.lang.String |
dataFileSpecifies the file which contains the metadata for the instrumented classes. |
java.lang.String |
destinationSpecifies the output directory for the report. |
java.lang.String |
encodingDefines the encoding to use with the report. |
java.util.List<java.lang.String> |
formatsSpecifies the formats in which the report is going to be generated. |
java.util.List<java.lang.String> |
sourceDefines the source directories for the report. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Defines a base directory which is the root of any other given path.
Specifies the file which contains the metadata for the instrumented classes.
Specifies the output directory for the report.
Defines the encoding to use with the report.
Specifies the formats in which the report is going to be generated.
Defines the source directories for the report.