org.apache.tools.ant.helper

Class ProjectHelperImpl


public class ProjectHelperImpl
extends ProjectHelper

Original helper.

Field Summary

Fields inherited from class org.apache.tools.ant.ProjectHelper

ANTLIB_URI, ANT_CORE_URI, ANT_CURRENT_URI, ANT_TYPE, HELPER_PROPERTY, SERVICE_ID

Constructor Summary

ProjectHelperImpl()
default constructor

Method Summary

void
parse(Project project, 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, parse, parsePropertyString, replaceProperties, replaceProperties, storeChild

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

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.