org.apache.tools.ant
public class ProjectHelperRepository extends Object
See the ProjectHelper documentation in the manual.
Since: Ant 1.8.0
Method Summary | |
---|---|
Iterator | getHelpers()
Get an iterator on the list of project helpers configured. |
static ProjectHelperRepository | getInstance() |
ProjectHelper | getProjectHelperForAntlib(Resource antlib)
Get the helper that will be able to parse the specified antlib. |
ProjectHelper | getProjectHelperForBuildFile(Resource buildFile)
Get the helper that will be able to parse the specified build file. |
Returns: an iterator of ProjectHelper
Returns: the first ProjectHelper that fit the requirement (never null
).
Returns: the first ProjectHelper that fit the requirement (never null
).