org.apache.tools.ant.helper
Class ProjectHelperImpl
public class ProjectHelperImpl
Original helper.
void | parse(Project project, Object source) - Parses the project file, configuring the project as it goes.
|
addLocationToBuildException , addText , addText , configure , configureProject , extractNameFromComponentName , extractUriFromComponentName , genComponentName , getContextClassLoader , getImportStack , getProjectHelper , parse , parsePropertyString , replaceProperties , replaceProperties , storeChild |
ProjectHelperImpl
public ProjectHelperImpl()
default constructor
parse
public void parse(Project project,
Object source)
throws BuildException
Parses the project file, configuring the project as it goes.
- parse in interface ProjectHelper
project
- project instance to be configured.source
- the source from which the project is read.