Class ProjectHelperImpl

java.lang.Object
org.apache.tools.ant.ProjectHelper
org.apache.tools.ant.helper.ProjectHelperImpl

public class ProjectHelperImpl extends ProjectHelper
Original helper.
  • Constructor Details

    • ProjectHelperImpl

      public ProjectHelperImpl()
      default constructor
  • Method Details

    • parse

      public void parse(Project project, 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.