public class ProjectHelperImpl extends ProjectHelper
ProjectHelper.OnMissingExtensionPoint
ANT_ATTRIBUTE_URI, ANT_CORE_URI, ANT_CURRENT_URI, ANT_TYPE, ANTLIB_URI, HELPER_PROPERTY, PROJECTHELPER_REFERENCE, SERVICE_ID, USE_PROJECT_NAME_AS_TARGET_PREFIX
Constructor | Description |
---|---|
ProjectHelperImpl() |
default constructor
|
Modifier and Type | Method | Description |
---|---|---|
void |
parse(Project project,
java.lang.Object source) |
Parses the project file, configuring the project as it goes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addLocationToBuildException, addText, addText, canParseAntlibDescriptor, canParseBuildFile, configure, configureProject, extractNameFromComponentName, extractUriFromComponentName, genComponentName, getContextClassLoader, getCurrentPrefixSeparator, getCurrentTargetPrefix, getDefaultBuildFile, getExtensionStack, getImportStack, getProjectHelper, isInIncludeMode, nsToComponentName, parseAntlibDescriptor, parsePropertyString, replaceProperties, replaceProperties, resolveExtensionOfAttributes, setCurrentPrefixSeparator, setCurrentTargetPrefix, setInIncludeMode, storeChild
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.