org.apache.tools.ant.helper

Class ProjectHelperImpl



  • public class ProjectHelperImpl
    extends ProjectHelper
    Original helper.
    • Constructor Detail

      • ProjectHelperImpl

        public ProjectHelperImpl()
        default constructor
    • Method Detail

      • parse

        public void parse(Project project,
                          java.lang.Object source)
                   throws BuildException
        Parses the project file, configuring the project as it goes.
        Overrides:
        parse in class ProjectHelper
        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.