public static class ReportTask.GroupElement extends Object
Constructor and Description |
---|
ReportTask.GroupElement() |
Modifier and Type | Method and Description |
---|---|
org.apache.tools.ant.types.resources.Union |
createClassfiles()
Returns the nested resource collection for class files.
|
ReportTask.GroupElement |
createGroup()
Creates a new child group.
|
ReportTask.SourceFilesElement |
createSourcefiles()
Returns the nested resource collection for source files.
|
void |
setName(String name)
Sets the name of the group.
|
public void setName(String name)
name
- name of the grouppublic ReportTask.GroupElement createGroup()
public org.apache.tools.ant.types.resources.Union createClassfiles()
public ReportTask.SourceFilesElement createSourcefiles()
Copyright © 2013. All rights reserved.