org.apache.tools.ant.helper
public class ProjectHelperImpl extends ProjectHelper
| Constructor Summary | |
|---|---|
| ProjectHelperImpl()
default constructor | |
| Method Summary | |
|---|---|
| void | parse(Project project, Object source)
Parses the project file, configuring the project as it goes.
|
Parameters: project project instance to be configured. source the source from which the project is read.
Throws: BuildException if the configuration is invalid or cannot be read.