org.apache.tools.ant.helper
public class ProjectHelperImpl extends ProjectHelper
ANT_CORE_URI, ANT_CURRENT_URI, ANT_TYPE, ANTLIB_URI, HELPER_PROPERTY, PROJECTHELPER_REFERENCE, SERVICE_ID
Constructor and Description |
---|
ProjectHelperImpl()
default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
parse(Project project,
java.lang.Object source)
Parses the project file, configuring the project as it goes.
|
addLocationToBuildException, addText, addText, configure, configureProject, extractNameFromComponentName, extractUriFromComponentName, genComponentName, getContextClassLoader, getImportStack, getProjectHelper, parsePropertyString, replaceProperties, replaceProperties, storeChild
public void parse(Project project, java.lang.Object source) throws BuildException
parse
in class ProjectHelper
project
- project instance to be configured.source
- the source from which the project is read.BuildException
- if the configuration is invalid or cannot
be read.