Browse Source

document antlib descriptor parsing

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@819581 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
f77a471a68
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      docs/manual/projecthelper.html

+ 8
- 0
docs/manual/projecthelper.html View File

@@ -110,6 +110,14 @@ capable of and what is is expecting:
none provided</li>
<li><code>supportsBuildFile(File buildFile)</code>: defines if your parser
can parse the input file</li>

<li><code>canParseAntlibDescriptor(URL url)</code>: whether your
implementation is capable of parsing a given Antlib
descriptor. The base class returns <code>false</code></li>
<li><code>parseAntlibDescriptor(Project containingProject, URL
source)</code>: invoked to actually parse the Antlib
descriptor if your implementation returned <code>true</code>
for the previous method.</li>
</ul>
</p>



Loading…
Cancel
Save