org.apache.tools.ant.helper

Class ProjectHelperImpl

public class ProjectHelperImpl extends ProjectHelper

Original helper.
Constructor Summary
ProjectHelperImpl()
default constructor
Method Summary
voidparse(Project project, Object source)
Parses the project file, configuring the project as it goes.

Constructor Detail

ProjectHelperImpl

public ProjectHelperImpl()
default constructor

Method Detail

parse

public 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.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.