Class ProjectHelperImpl
java.lang.Object
org.apache.tools.ant.ProjectHelper
org.apache.tools.ant.helper.ProjectHelperImpl
Original helper.
-
Nested Class Summary
Nested classes/interfaces inherited from class ProjectHelper
ProjectHelper.OnMissingExtensionPointModifier and TypeClassDescriptionstatic final classPossible value for target's onMissingExtensionPoint attribute. -
Field Summary
Fields inherited from class ProjectHelper
ANT_ATTRIBUTE_URI, ANT_CORE_URI, ANT_CURRENT_URI, ANT_TYPE, ANTLIB_URI, HELPER_PROPERTY, PROJECTHELPER_REFERENCE, SERVICE_ID, USE_PROJECT_NAME_AS_TARGET_PREFIXModifier and TypeFieldDescriptionstatic final StringThe URI for ant specific attributesstatic final StringThe URI for ant name spacestatic final StringThe URI for antlib current definitionsstatic final StringPolymorphic attributestatic final StringDeprecated.use MagicNames.ANTLIB_PREFIXstatic final StringDeprecated.use MagicNames.PROJECT_HELPER_CLASSstatic final StringDeprecated.use MagicNames.REFID_PROJECT_HELPERstatic final StringDeprecated.use MagicNames.PROJECT_HELPER_SERVICEstatic final Stringconstant to denote use project name as target prefix -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ProjectHelper
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, storeChildModifier and TypeMethodDescriptionstatic BuildExceptionaddLocationToBuildException(BuildException ex, Location newLocation) Add location to build exception.static voidAdds the content of #PCDATA sections to an element.static voidAdds the content of #PCDATA sections to an element.booleanWhether this instance of ProjectHelper can parse an Antlib descriptor given by the URL and return its content as an UnknownElement ready to be turned into an Antlib task.booleancanParseBuildFile(Resource buildFile) Check if the helper supports the kind of file.static voidconfigure(Object target, AttributeList attrs, Project project) Deprecated.since 1.6.x.static voidconfigureProject(Project project, File buildFile) Configures the project with the contents of the specified build file.static StringextractNameFromComponentName(String componentName) extract the element name from a component namestatic StringextractUriFromComponentName(String componentName) extract a uri from a component namestatic StringgenComponentName(String uri, String name) Map a namespaced {uri,name} to an internal string format.static ClassLoaderDeprecated.since 1.6.x.static StringThe separator between the prefix and the target name.static StringThe prefix to prepend to imported target names.The file name of the build script to be parsed if none specified on the command lineExtension stack.Import stack.static ProjectHelperGet the first project helper found in the classpathstatic booleanWhether the current file should be read in include as opposed to import mode.static StringConvert an attribute namespace to a "component name".parseAntlibDescriptor(Project containingProject, Resource source) Parse the given URL as an antlib descriptor and return the content as something that can be turned into an Antlib task.static voidDeprecated.since 1.6.x.static StringreplaceProperties(Project project, String value) Deprecated.since 1.6.x.static StringDeprecated.since 1.6.x.voidresolveExtensionOfAttributes(Project project) Check extensionStack and inject all targets having extensionOf attributes into extensionPoint.static voidSets the separator between the prefix and the target name.static voidsetCurrentTargetPrefix(String prefix) Sets the prefix to prepend to imported target names.static voidsetInIncludeMode(boolean includeMode) Sets whether the current file should be read in include as opposed to import mode.static voidstoreChild(Project project, Object parent, Object child, String tag) Stores a configured child element within its parent object.
-
Constructor Details
-
ProjectHelperImpl
public ProjectHelperImpl()default constructor
-
-
Method Details
-
parse
Parses the project file, configuring the project as it goes.- Overrides:
parsein classProjectHelper- 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.
-