Package yapsy :: Module VersionedPluginManager :: Class VersionedPluginInfo
[hide private]

Class VersionedPluginInfo

source code

              object --+    
                       |    
PluginManager.PluginInfo --+
                           |
                          VersionedPluginInfo

Gather some info about a plugin such as its name, author, description...

Instance Methods [hide private]
 
__init__(self, plugin_name, plugin_path)
Set the namle and path of the plugin as well as the default values for other usefull variables.
source code
 
setVersion(self, vstring)
Set the version of the plugin.
source code

Inherited from PluginManager.PluginInfo (private): _getIsActivated

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

Properties [hide private]

Inherited from PluginManager.PluginInfo: is_activated

Inherited from object: __class__

Method Details [hide private]

__init__(self, plugin_name, plugin_path)
(Constructor)

source code 
Set the namle and path of the plugin as well as the default values for other usefull variables.
Overrides: PluginManager.PluginInfo.__init__

setVersion(self, vstring)

source code 

Set the version of the plugin.

Used by subclasses to provide different handling of the version number.

Overrides: PluginManager.PluginInfo.setVersion
(inherited documentation)