|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectHelper | +--org.apache.tools.ant.helper.ProjectHelperImpl
Original helper.
Field Summary |
Fields inherited from class org.apache.tools.ant.ProjectHelper |
ANT_CORE_URI, ANT_CURRENT_URI, ANT_TYPE, ANTLIB_URI, HELPER_PROPERTY, SERVICE_ID |
Constructor Summary | |
ProjectHelperImpl()
default constructor |
Method Summary | |
void |
parse(Project project,
java.lang.Object source)
Parses the project file, configuring the project as it goes. |
Methods inherited from class org.apache.tools.ant.ProjectHelper |
addLocationToBuildException, addText, addText, configure, configureProject, extractNameFromComponentName, extractUriFromComponentName, genComponentName, getContextClassLoader, getImportStack, getProjectHelper, parsePropertyString, replaceProperties, replaceProperties, storeChild |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProjectHelperImpl()
Method Detail |
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |