org.apache.tools.ant.types
public class Description extends DataType
UNKNOWN: ignore="true"
Method Summary | |
---|---|
void | addText(String text)
Adds descriptive text to the project.
|
static String | getDescription(Project project)
Return the descriptions from all the targets of
a project.
|
Parameters: text the descriptive text
Parameters: project the project to get the descriptions for.
Returns: a string containing the concatenated descriptions of the targets.