diff --git a/docs/manual/projecthelper.html b/docs/manual/projecthelper.html index e4e34d256..4e0c9dccb 100644 --- a/docs/manual/projecthelper.html +++ b/docs/manual/projecthelper.html @@ -110,6 +110,14 @@ capable of and what is is expecting: none provided
  • supportsBuildFile(File buildFile): defines if your parser can parse the input file
  • + +
  • canParseAntlibDescriptor(URL url): whether your + implementation is capable of parsing a given Antlib + descriptor. The base class returns false
  • +
  • parseAntlibDescriptor(Project containingProject, URL + source): invoked to actually parse the Antlib + descriptor if your implementation returned true + for the previous method.