Package elisa :: Package plugins :: Package good :: Package pigment :: Module pigment :: Class PigmentPlugin
[hide private]
[frames] | no frames]

Class PigmentPlugin

source code


Nested Classes [hide private]

Inherited from core.plugin.Plugin: __metaclass__

Instance Methods [hide private]

Inherited from core.plugin.Plugin: __init__

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]
 
check_dependencies(cls)
Check plugin's python dependencies
source code

Inherited from core.plugin.Plugin: check_component_dependencies, get_resource_file, initialize, load_config, load_translations

Static Methods [hide private]

Inherited from core.plugin.Plugin: __classinit__

Class Variables [hide private]
string name = 'pigment'
plugin's name.
string config_file = 'plugin.conf'
Plugin's directory relative path to plugin.conf

Inherited from core.plugin.Plugin: checked, components, config, deps_error, description, directory, external_dependencies, plugin_dependencies, version

Inherited from extern.log.log.Loggable: logCategory

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

check_dependencies(cls)
Class Method

source code 

Check plugin's python dependencies

This check is performed at most once.
Overrides: core.plugin.Plugin.check_dependencies
(inherited documentation)