Package org.jacoco.ant
Class ReportTask.GroupElement
java.lang.Object
org.jacoco.ant.ReportTask.GroupElement
- Enclosing class:
ReportTask
Container element for class file groups.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<ReportTask.GroupElement> private final org.apache.tools.ant.types.resources.Union
private String
private final ReportTask.SourceFilesElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tools.ant.types.resources.Union
Returns the nested resource collection for class files.Creates a new child group.Returns the nested resource collection for source files.void
Sets the name of the group.
-
Field Details
-
children
-
classfiles
private final org.apache.tools.ant.types.resources.Union classfiles -
sourcefiles
-
name
-
-
Constructor Details
-
GroupElement
public GroupElement()
-
-
Method Details
-
setName
Sets the name of the group.- Parameters:
name
- name of the group
-
createGroup
Creates a new child group.- Returns:
- new child group
-
createClassfiles
public org.apache.tools.ant.types.resources.Union createClassfiles()Returns the nested resource collection for class files.- Returns:
- resource collection for class files
-
createSourcefiles
Returns the nested resource collection for source files.- Returns:
- resource collection for source files
-