The default plugin (provides the front-end for the APE)
Ape plugin Constructor
| Param: |
|
|---|
Ape plugin Constructor
| Param: |
|
|---|
Methods
| __init__([configfiles]) | Ape plugin Constructor |
| fetch_config() | Prints example configuration to stdout |
| help([width]) | Prints a help-string for the plugin |
| log_error(error[, message]) | Logs the error in bold red |
Attributes
| arguments | The ArgumentBuilder (used to set up the help-string) | ||
| help_page | A HelpPage to use if self.sections has been defined | ||
| logger |
|
||
| product | This is the Hortator Composite product | ||
| Ape.quartermaster | |||
| sections | An ordered dictionary for the HelpPage |
Prints example configuration to stdout
Prints a help-string for the plugin
| Param: |
|
|---|
Logs the error in bold red
| Param: |
|
|---|
The ArgumentBuilder (used to set up the help-string)
A HelpPage to use if self.sections has been defined
| Returns: | A logging object. |
|---|
This is the Hortator Composite product
| Precondition: | self.configfiles has been set |
|---|---|
| Returns: | hortator built from self.configfiles |
An ordered dictionary for the HelpPage