Home | Packages | Files | Procedures | Classes | Keywords | External packages
DependencyList () | ||
Internal method, generates a string containing references to the packages required by the package. | ||
Returns: A string containing a comma separated list of package names, each a hyperlink to a location describing it. |
ReportNumber (n singular plural) | ||
Report the number of found entities to the log. | ||
Argument: n | The number of found items. | |
Argument: singular | The singular form of the found entities. | |
Argument: plural | The plural form of the found entities. |
TrackDirectory (o oldValue) | ||
Internal method. Called by the generic option tracking mechanism for any change made to dir. Causes a rereading of the package description in the newly specified directory. | ||
Argument: o | The name of the changed option, here always -dir. | |
Argument: oldValue | The value of the option before the change. Ignored here. |
authorSet (author) | ||
Called by distribution to propagate author information to packages and below. | ||
Argument: author | The author of the distribution. |
clear () | ||
Resets state information. |
completeDatabase (author) | ||
Complete the information about the package. | ||
Argument: author | The author of the distribution. |
completeKwIndex () | ||
Complete the indexing of lower levels |
dependencies (internal) | ||
Determines all dependencies of this package | ||
Argument: internal | list of packages distributed here, to be removed from all dependency lists. | |
Returns: List containing all dependencies of this package. |
getDescription () | ||
Parses package description file 'pkg.doc'. |
getPage () | ||
Returns: The url of the page containing the package description. |
scan () | ||
Scan package for files containing tcl-code (.tcl, .cls extensions are recognized) |
write () | ||
Generates the formatted text describing the package. |
writeProblemPage () | ||
Writes a page containing the detailed problem description of this package. |
Generated by AutoDoc 2.1 at 02/15/1999, invoked by Andreas Kupries