You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2009/09/28 17:19:43 UTC

svn commit: r819581 - /ant/core/trunk/docs/manual/projecthelper.html

Author: bodewig
Date: Mon Sep 28 15:19:42 2009
New Revision: 819581

URL: http://svn.apache.org/viewvc?rev=819581&view=rev
Log:
document antlib descriptor parsing

Modified:
    ant/core/trunk/docs/manual/projecthelper.html

Modified: ant/core/trunk/docs/manual/projecthelper.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/projecthelper.html?rev=819581&r1=819580&r2=819581&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/projecthelper.html (original)
+++ ant/core/trunk/docs/manual/projecthelper.html Mon Sep 28 15:19:42 2009
@@ -110,6 +110,14 @@
     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>